그리드 특정 컬럼에 설정된 image_vertalign 속성값을 린턴하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| nSubRow | short | 서브로우 인덱스 |
| nColumn | short | 컬럼 인덱스 |
| Type | Description |
|---|---|
| short | image_vertalign 속성값 |
function btn_test_on_mouseup()
{
factory.consoleprint("이미지 수직 정렬 : " + grid.getcolumnimagevertalign(0);
}