트리그리드 » Api

getcolumncount

Description

트리 그리드의 컬럼 개수를 가져오는 API이다.

Return Value

Type Description
long 컬럼의 개수

Example

function btn_on_mouseup() { var nColCnt = tgrdTest.getcolumncount(); screen.alert("컬럼 개수 : " + nColCnt); }

See Also

getrowcount
setcolumns

Viewer Ver.

9.1.1.1

Update Date

20110419