테이블 » Api

getrowcount

Description

테이블 행 개수를 반환한다.

Return Value

Type Description
long 테이블 행 개수

Remark

셀의 y 좌표를 기준으로 행이 구분된다.

Example

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

See Also

getcolumncount

Viewer Ver.

9.1.1.1

Update Date

20250213