테이블뷰 » Api

getrowcount

Description

테이블뷰 행 갯수를 반환한다.

Return Value

Type Description
long 테이블뷰 행 갯수

Remark

숨겨져 있는 행의 갯수도 포함되어 계산된다.

Example

function btnRowCount() { var nRowCount = tableview.getrowcount(); screen.alert(nRowCount); }

See Also

getcolumncount

Viewer Ver.

9.1.1.1

Update Date

20181029