멀티라인그리드 » Api

getcelldividerowcount

Description

멀티라인 그리드에 지정된 로우 구분색의 단위수를 가져오는 API이다.

Return Value

Type Description
short 지정된 로우 구분색의 단위수

Example

function btn_on_mouseup() { screen.alert(mgrdTest.getcelldividerowcount()); //그리드 로우 구분색의 단위수를 가져온다 }

See Also

setcelldividerowcount

Viewer Ver.

9.1.1.1

Update Date

20110422