그리드 » Api

getfixedcolumns

Description

그리드 fixed_column(열고정바)의 컬럼 인덱스를 반환하는 API이다.

Return Value

Type Description
short 컬럼 인덱스

Remark

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

Example

function btn_getfixedcolumn_on_mouseup() { screen.alert(grd.getfixedcolumns()); }

See Also

setfixedcolumns
getfixedrows
setfixedrows

Viewer Ver.

9.1.1.1

Update Date

20220422