멀티라인그리드 » Api

getheaderforecolor

Description

멀티라인 그리드 특정 헤더의 글자색을 반환하는 API이다.

Parameters

Parameters Type Description
nHeaderRow short 헤더 로우 인덱스
nHeaderCol short 헤더 컬럼 인덱스

Return Value

Type Description
COLOR 헤더 글자 색상

Example

function btn_getheaderforecolor_on_mouseup() { var clrFore = mgrdTest.getheaderforecolor(0, 1); screen.alert(clrFore); }

See Also

setheaderforecolor
getheaderbackcolor
setheaderbackcolor

Viewer Ver.

9.1.1.1

Update Date

20110425