멀티라인그리드 » Api

getitemimagevertalign

Description

그리드 특정 아이템의 image_vertalign 속성값을 반환하는 API이다.

Parameters

Parameters Type Description
nRow long 행 인덱스
nSubRow short 서브로우 인덱스
nColumn long 컬럼 인덱스

Return Value

Type Description
short 아이템 image_vertalign 속성값 (아이템에 속성 미지정시 -1)

Example

function btn_test_on_mouseup() { factory.consoleprint("이미지 수직 정렬 : " + grid.getitemimagevertalign(0, 0, 0)); }

See Also

setitemimagevertalign

Viewer Ver.

23.12.5.1

Update Date

20231205