그리드 » Api

getheaderrowheightsum

Description

그리드의 헤더 행 높이의 합을 반환하는 API이다.

Parameters

Parameters Type Description
nStartRow short [옵션] 시작 헤더행 인덱스 (기본값: -1)
nEndRow short [옵션] 끝 헤더행 인덱스 (기본값: -1)
bExcludeHiddenRow BOOL [옵션] 숨심 헤더행 제외 여부 (기본값: true)

Return Value

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

Remark

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

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

bExcludeHiddenRow 파라미터 값이 미지정 되거나, true인 경우, 숨김행의 높이를 제외한다.

Example

function btn_on_mouseup(objInst) { factory.consoleprint("헤더 행 높이 합 = " + grd.getheaderrowheightsum()); }

See Also

ishiddenheaderrow
setheaderrowhidden

Viewer Ver.

9.1.1.1

Update Date

20201214