그리드 특정 아이템의 image_vertalign 속성값을 반환하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| nRow | long | 행 인덱스 |
| nSubRow | short | 서브로우 인덱스 |
| nColumn | long | 컬럼 인덱스 |
| Type | Description |
|---|---|
| short | 아이템 image_vertalign 속성값 (아이템에 속성 미지정시 -1) |
function btn_test_on_mouseup()
{
factory.consoleprint("이미지 수직 정렬 : " + grid.getitemimagevertalign(0, 0, 0));
}