멀티라인 그리드 특정 헤더의 배경색을 가져오는 API이다.
Parameters | Type | Description |
---|---|---|
nRow | short | 헤더 로우 인덱스 |
nColumn | short | 헤더 컬럼 인덱스 |
Type | Description |
---|---|
COLOR | 헤더 배경 색상 |
function btn_getheaderbackcolor_on_mouseup()
{
var clrHeaderBack = mgrdTest.getheaderbackcolor(0,0);
screen.alert(clrHeaderBack);
}