그리드 수평 헤더의 개수를 지정한다.
Parameters | Type | Description |
---|---|---|
nHeaderCount | short | 수평 헤더 개수 |
bRefresh | BOOL | [옵션] 그리드 리프레쉬 여부(true/false), 기본값 true |
Type | Description |
---|---|
void |
function btntest_on_mouseup()
{
// 그리드 수평 헤더를 2개로 설정
grd.sethorzheadercount(2);
}