멀티라인그리드 » Api

getheadermergetop

Description

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

Parameters

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

Return Value

Type Description
short merge된 헤더의 top값

Example

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

See Also

getheadermergebottom
getheadermergeleft
getheadermergeright

Viewer Ver.

9.1.1.1

Update Date

20091210