트리그리드 » Api

gethiddencolumncount

Description

그리드 숨겨진 열 개수를 리턴하는 API이다.

Parameters

Parameters Type Description
nStartCol long 시작 행 인덱스 (-1 지정시, 첫번째 열부터 검사)
nEndCol long 끝 행 인덱스 (-1 지정시, 마지막 열까지 검사)

Return Value

Type Description
long 그리드 숨겨진 열 개수, 오류 발생시 -1 리턴

Example

function btngetrowcount_on_mouseup() { screen.alert(grdList.gethiddencolumncount(-1, -1)); }

See Also

getcolumncount

Viewer Ver.

9.1.1.1

Update Date

20201008