그리드 » Api

getfixedrows

Description

그리드 fixed_row(행고정바)의 인덱스를 반환하는 API이다.

Return Value

Type Description
short 로우 인덱스

Remark

파라미터가 없는 API이므로 파라미터를 입력했다면 입력한 파라미터는 무시된다.

Example

function btn_getfixedrow_on_mouseup() { screen.alert(grd.getfixedrows()); }

See Also

setfixedrows
setfixedcolumns
getfixedcolumns

Viewer Ver.

9.1.1.1

Update Date

20220422