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