멀티라인그리드 » Api

getheaderhorzalign

Description

멀티라인 그리드 특정 헤더의 수평 정렬값을 가져오는 API이다.

Parameters

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

Return Value

Type Description
short 헤더 수평정렬

Remark

**nHorzAlign (수평정렬 속성값)

0 : 좌측정렬
1 : 중앙정렬
2 : 우측정렬

Example

function btn_getheaderhorzalign_on_mouseup() { var nHorz = mgrdTest.getheaderhorzalign(0,1); screen.alert("헤더의 horzalign값 : " + nHorz); }

See Also

getheadervertalign

Viewer Ver.

9.1.1.1

Update Date

20110517