그리드 칼럼의 calendar_spintype 속성값을 리턴한다.
Parameters | Type | Description |
---|---|---|
nCol | short | 컬럼 인덱스 |
Type | Description |
---|---|
short | calendar_spintype 속성값 |
function btn_on_mouseup()
{
factory.consoleprint(grd.getcolumncalendarspintype(1));
grd.setcolumncalendarspintype(1, 0, true);
}