멀티라인그리드 » Api

getheadermergebottom

Description

멀티라인 그리드에서 헤더 merge 후 파라미터를 기준으로 merge된 bottom을 가져오는 API이다.

Parameters

Parameters Type Description
nHeaderRow short 헤더 로우 인덱스
nHeaderCol short 헤더 컬럼 인덱스

Return Value

Type Description
short merge된 헤더의 bottom값

Example

function btn_on_mouseup() { var nB = mgrd.getheadermergebottom(0,0); screen.alert("머지된 헤더의 bottom값 : " + nB); }

See Also

getheadermergeleft
getheadermergeright
getheadermergetop

Viewer Ver.

9.1.1.1

Update Date

20091210