멀티라인그리드 » Api

showfixedbar

Description

고정바를 보일지 여부를 설정하는 API이다.

Parameters

Parameters Type Description
bShow BOOL 고정바 보일지 여부(true, false)
nFixedBarKind short 고정바 상수 (*Remark 참조)

Return Value

Type Description
BOOL 정상 처리 여부

Remark

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

**nFixedBarKind 고정바종류 상수값

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

Example

function btn_on_mouseup() { multigrd.showfixedbar(true, XFD_GRID_FIXEDBAR_ALL); }

See Also

showfixedbarselectcell
initfixedbar
isshowfixedbar

Viewer Ver.

9.1.1.1

Update Date

20220503