트리그리드 » Api

getrowheight

Description

그리드 행별 높이를 가져오는 API이다.

Parameters

Parameters Type Description
nRow BOOL 행 인덱스

Return Value

Type Description
short 그리드 행별 높이값

Remark

nRow 파라미터가 유효하지 않은 경우, -1 값이 리턴된다.

Example

function btn_on_mouseup() { screen.alert("그리드 5번째 행높이 : " + grd.getrowheight(4)); }

See Also

setitemheight
getrowheight
setrowheight

Viewer Ver.

9.1.1.1

Update Date

20200212