트리그리드 » Api

getcolumnexcelrw

Description

특정 컬럼의 엑셀 인터페이스 여부를 가져오는 API이다.

Parameters

Parameters Type Description
nCol long 컬럼 인덱스

Return Value

Type Description
BOOL 엑셀 저장 여부(true, false)

Example

function btn_on_mouseup() { var bch = tgrd.getcolumnexcelrw(1); screen.alert("1번째 컬럼 엑셀저장여부 : " + bch); }

See Also

setcolumnexcelrw

Viewer Ver.

9.1.1.1

Update Date

20091208