그리드 » Api

setheaderforecolor

Description

그리드 특정 헤더의 글자색을 설정하는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nCol long 컬럼 인덱스
clrFore COLOR 헤더 글자색

Return Value

Type Description
BOOL 정상 적용 여부(true, false)

Remark

* [열속성창]의 [forecolor]라는 속성창에서도 설정할 수 있다.

Example

function btn_on_mouseup() { grd.setheaderforecolor(0, 0, factory.rgb(255,255,0)); }

See Also

setheaderbackcolor
getheaderbackcolor
getheaderforecolor

Viewer Ver.

9.1.1.1

Update Date

20110302