그리드 » Api

showfixedbarselectcell

Description

그리드에 현재 선택되어 있는 아이템을 기준으로 고정바를 보여주는 API이다.

Parameters

Parameters Type Description
nFixedBarKind short 고정바 상수 (*Remark 참조)

Return Value

Type Description
BOOL 정상 처리 여부

Remark

파라미터 값이 유효하지 않은 경우, false가 리턴된다.

* showfixedbar API와 다른 점은 showfixedbar API는 (0,0)위치에 고정바를 보여주고 showfixedbarselectcell API는 현재 선택된 아이템 위치 기준으로 고정바를 보여준다.

**nFixedBarKind (고정바종류) 상수

XFD_GRID_FIXEDBAR_ROW 또는 0 : 로우고정바
XFD_GRID_FIXEDBAR_COLUMN 또는 1 : 컬럼고정바
XFD_GRID_FIXEDBAR_ALL 또는 2 : 로우, 컬럼 고정바

Example

function btn_on_mouseup() { grid.showfixedbarselectcell(2); }

See Also

showexcel
showfilter
showfixedbar
showlinenumber

Viewer Ver.

9.1.1.1

Update Date

20220422