멀티라인 그리드의 헤더 스타일을 지정하는 API이다.
Parameters | Type | Description |
---|---|---|
nStyle | short | 헤더 스타일(*Remark 참조) |
Type | Description |
---|---|
void | 없음 |
**nStyle (헤더 스타일) 0 : flat style 1 : raised style
function btn_on_mouseup()
{
mgrdTest.setheaderstyle(1);
//그리드 헤더 스타일을 지정한다.
}