트리그리드 » Api

getstatcolumnwidth

Description

그리드 특정 통계 컬럼의 너비를 반환하는 API이다.

Parameters

Parameters Type Description
nColumn short 컬럼 인덱스

Return Value

Type Description
long 컬럼 width값 또는 -1

Remark

오류 발생시 -1 값을 리턴한다.

Example

function btn_on_mouseup() { screen.alert("1번째 컬럼 width : " + grd.getstatcolumnwidth(1)); }

Viewer Ver.

22.10.7.1

Update Date

20221007