그리드 » Api

ishiddenstatrow

Description

그리드 특정 통계 행의 숨김 여부를 반환하는 API이다.

Parameters

Parameters Type Description
nRow long 통계행 인덱스

Return Value

Type Description
BOOL 해당 통계행 숨김 여부(true, false)

Example

function btn_on_mouseup(objInst) { // 0번째 통계행 숨김 토글 처리 grd.setstatrowhidden(0, !grd.ishiddenstatrow(0)); }

See Also

setstatrowhidden

Viewer Ver.

22.10.6.1

Update Date

20221006