트리그리드 » Api

getheaderrowheight

Description

그리드 특정 헤더행을 높이를 리턴하는 API이다.

Parameters

Parameters Type Description
nHeaderRow short 헤더행 인덱스

Return Value

Type Description
BOOL 헤더 행 높이

Remark

오류가 발생한 경우, -1값을 리턴한다.

Example

function btn_on_mouseup(objInst) { var ret; ret = grd.getheaderrowheight(0); factory.consoleprint("0번째 헤더 행 높이 = " + ret); }

See Also

setheaderrowheight

Viewer Ver.

9.1.1.1

Update Date

20190603