그리드 » Api

getrowcount

Description

그리드의 현재 전체 행수를 반환하는 API이다.

Parameters

Parameters Type Description
bIncludeMidStatRow BOOL [옵션] 소계행 포함 여부 (기본값: true)

Return Value

Type Description
long 그리드의 전체 행 개수

Example

function btngetrowcount_on_mouseup() { screen.alert(grdList.getrowcount()); // 그리드 행수를 확인 }

See Also

getcolumncount

Viewer Ver.

9.1.1.1

Update Date

20220831