멀티라인그리드 » Api

getvertheadercount

Description

멀티라인 그리드 수직 헤더의 개수를 가져오는 API이다.

Return Value

Type Description
short 수직 헤더 개수

Example

function btn_getvertheadercount_on_mouseup() { var nCnt = mgrdTest.getvertheadercount(); screen.alert("수직헤더의 개수 : " + nCnt); }

See Also

gethorzheadercount

Viewer Ver.

9.1.1.1

Update Date

20110427