멀티라인그리드 » Api
setheaderbackcolor
Description
멀티라인 그리드 특정 헤더의 배경색을 설정하는 API이다.
Parameters
Parameters |
Type |
Description |
nHeaderRow |
short |
헤더 로우 인덱스 |
nHeaderCol |
short |
헤더 컬럼 인덱스 |
clrBack |
COLOR |
배경색 |
Return Value
Type |
Description |
BOOL |
정상 적용 여부(true, false) |
Remark
**Remark
그리드의 gradient_effect 속성값이 0:none 상태에서 확인 가능함.
Example
function btn_on_mouseup()
{
mgrdTest.setheaderbackcolor(0, 0, factory.rgb(255,255,0));
}
See Also
getheaderforecolor
getheaderbackcolor
setheaderbackcolor
Viewer Ver.
9.1.1.1
Update Date
20170519