트리그리드 » Api

getnonfixedleftcolumn

Description

트리 그리드의 열 고정바가 위치한 컬럼의 인덱스를 가져오는 API이다.

Return Value

Type Description
short 컬럼 인덱스

Example

function btn_on_mouseup() { var nCol = tgrdTest.getnonfixedleftcolumn(); screen.alert("고정컬럼 : " + nCol); }

See Also

getnonfixedtoprow

Viewer Ver.

9.1.1.1

Update Date

20110422