트리그리드 » Api

setheadergradientcolor

Description

트리 그리드 특정 헤더의 그라데이션 색상을 설정하는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nCol long 컬럼 인덱스
clrStart COLOR 그라데이션 시작 색상
clrEnd COLOR 그라데이션 끝 색상

Return Value

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

Example

function btn_on_mouseup() { tgrdTest.setheadergradientcolor(0, 0, factory.rgb(114,120,5), factory.rgb(0,0,5)); }

See Also

setheadergradienteffect

Viewer Ver.

9.1.1.1

Update Date

20110420