그리드 » Api

setcolumnexcelrw

Description

그리드의 특정 컬럼 셀 편집기능을 설정하는 API이다.

Parameters

Parameters Type Description
nColumn short 컬럼 인덱스
bExcelRW BOOL 편집 가능 여부(true, false)

Return Value

Type Description
void 없음

Example

function btn_on_mouseup() { grid.setcolumnexcelrw(1, false); }

See Also

getcolumnexcelrw

Viewer Ver.

9.1.1.1

Update Date

20091208