테이블 » Api

getcolumncount

Description

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

Return Value

Type Description
short 테이블 열 개수

Remark

셀의 x 좌표를 기준으로 열이 구분된다.

Example

function btnColumnCount() { var nColumnCount = table.getcolumncount(); screen.alert(nColumnCount); }

See Also

getrowcount

Viewer Ver.

9.1.1.1

Update Date

20250213