트리그리드 » Api

getcolumncheck

Description

그리드 칼럼 전체가 체크되어 있는지 여부를 리턴한다.

Parameters

Parameters Type Description
nCol short 컬럼 인덱스

Return Value

Type Description
BOOL 칼럼 전체가 체크되어 있는지 여부

Example

function btn_on_mouseup() { var bColumnCheck = grd.getcolumncheck(0); }

See Also

setcolumncheck

Viewer Ver.

9.1.1.1

Update Date

20190816