트리그리드 » Api

getheadertext

Description

트리 그리드 수평 헤더의 텍스트를 가져오는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nCol long 컬럼 인덱스

Return Value

Type Description
STRING 헤더 텍스트

Example

function btn_on_mouseup() { var strText = tgrdTest.getheadertext(0,0); screen.alert("0,0헤더 TEXT : " + strText); }

See Also

getheadercheck
getheadertooltiptext
setheadertext

Viewer Ver.

9.1.1.1

Update Date

20110421