그리드 » Api

gethiddenheaderrowcount

Description

그리드의 숨겨진 헤더 행 개수를 반환하는 API이다.

Parameters

Parameters Type Description
nStartRow short [옵션] 시작 헤더행 인덱스 (기본값: -1)
nEndRow short [옵션] 끝 헤더행 인덱스 (기본값: -1)

Return Value

Type Description
long 그리드의 숨겨진 헤더 행 개수

Remark

nStartRow 파라미터 값이 미지정 되거나, -1인 경우, 0번째 행부터 비교를 시작한다.

nEndRow 파라미터 값이 미지정 되거나, -1인 경우, 마지막 헤더 행까지 비교를 시작한다.

Example

function btn_gethiddenheaderrowcount_on_mouseup(objInst) { factory.consoleprint("숨김 헤더 행 갯수 = " + grd.gethiddenheaderrowcount()); }

See Also

ishiddenheaderrow
setheaderrowhidden

Viewer Ver.

9.1.1.1

Update Date

20201214