멀티라인 그리드 특정 헤더의 그라데이션 색상을 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nHeaderRow | long | 헤더 로우 인덱스 |
nHeaderCol | long | 헤더 컬럼 인덱스 |
clrStart | COLOR | 시작 색상 |
clrEnd | COLOR | 끝 색상 |
Type | Description |
---|---|
BOOL | 정상 적용 여부(true, false) |
function btn_on_mouseup()
{
mgrdTest.setheadergradientcolor(0, 0, factory.rgb(114,120,5), factory.rgb(0,0,5));
}