그리드 » Api

getvertheaderstylecount

Description

그리드에 설정된 수직 헤더 스타일 개수를 반환하는 API이다.

Return Value

Type Description
short 수직 헤더 스타일 적용 개수 (headerstyle_vertcount 속성값)

Remark

headerstyle_vertcount 속성값에 해당하는 값을 리턴한다.

Example

function btn_on_mouseup() { screen.alert("그리드 수직 헤더스타일 개수: " + grd.getvertheaderstylecount()); }

See Also

setvertheaderstylecount

Viewer Ver.

9.1.1.1

Update Date

20210730