트리그리드 » Api

getitemheight

Description

그리드 아이템의 높이를 가져오는 API이다.

Return Value

Type Description
short 그리드 아이템의 높이값

Example

function btn_on_mouseup() { screen.alert("그리드 아이템 높이 : " + grd.getitemheight()); }

See Also

setitemheight
getrowheight
setrowheight

Viewer Ver.

9.1.1.1

Update Date

20210622