멀티라인그리드 » Api

setvisibletoprow

Description

멀티라인그리드에서 첫번째로 보여지게 할 로우 인덱스를 설정할 수 있는 API이다.

Parameters

Parameters Type Description
nTopRow long 그리드상에 첫번째로 보여지게 할 로우 인덱스

Return Value

Type Description
void 없음

Example

function btn_on_mouseup() { mgrdTest.setvisibletoprow(2); }

Viewer Ver.

9.1.1.1

Update Date

20181105