멀티라인그리드 » Api

showfixedbarselectcell

Description

현재 선택되어 있는 아이템을 기준으로 틀고정 기준점을 변경하고 고정바를 보여주는 API이다.

Parameters

Parameters Type Description
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() { multigrid.showfixedbarselectcell(XFD_GRID_FIXEDBAR_ALL); }

See Also

showfixedbar
initfixedbar
showfixedbar
isshowfixedbar

Viewer Ver.

9.1.1.1

Update Date

20220422