그리드 » Api

gethiddenrowcount

Description

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

Parameters

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

Return Value

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

Example

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

See Also

getrowcount

Viewer Ver.

9.1.1.1

Update Date

20201008