트리그리드 » Api

isshowfixedbar

Description

열고정바가 보여지는지 여부를 반환하는 API이다.

Return Value

Type Description
BOOL 열고정바가 보여지는지 여부(true, false)

Remark

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

Example

function btn_grid_on_mouseup() { // 열 고정바가 모두 보이게 되어 있는지 확인 screen.alert("보이는지 여부 : " + treegrd.isshowfixedbar()); }

See Also

showfixedbar

Viewer Ver.

9.1.1.1

Update Date

20220422