멀티라인그리드 » Api

getcolumncalendarspintype

Description

그리드 칼럼의 calendar_spintype 속성값을 리턴한다.

Parameters

Parameters Type Description
nSubRow short 서브로우 인덱스
nCol short 컬럼 인덱스

Return Value

Type Description
short calendar_spintype 속성값

Example

function btn_on_mouseup() { factory.consoleprint(grd.getcolumncalendarspintype(0, 1)); grd.setcolumncalendarspintype(0, 1, 0, true); }

See Also

setcolumncalendarspintype

Viewer Ver.

9.1.1.1

Update Date

20210413