그리드 » Api

getcelldividerowcount

Description

그리드의 로우 구분색의 단위수를 가져오는 API이다.

Return Value

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

Example

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

See Also

setcelldividerowcount

Viewer Ver.

9.1.1.1

Update Date

20110225