트리그리드 » Api

getnonfixedtoprow

Description

트리 그리드의 행 고정바 위치한 로우의 인덱스를 가져오는 API이다.

Return Value

Type Description
long 로우 인덱스

Example

function btn_on_mouseup() { var nRow = tgrdTest.getnonfixedtoprow(); screen.alert("고정로우 : " + nRow); }

See Also

getnonfixedleftcolumn

Viewer Ver.

9.1.1.1

Update Date

20110422