트리그리드 » Api

getcolumnwidth

Description

트리 그리드 특정 컬럼의 너비를 가져오는 API이다.

Parameters

Parameters Type Description
nCol long 컬럼 인덱스

Return Value

Type Description
short 컬럼 너비

Example

function btn_on_mouseup() { var nWidth = tgrdTest.getcolumnwidth(1); screen.alert("1번째 컬럼 너비 : " + nWidth); }

See Also

setcolumnwidth

Viewer Ver.

9.1.1.1

Update Date

20110421