EXCEL » Api

setrowhidden

Description

특정 엑셀 행의 숨김 여부를 설정하는 API이다.

Parameters

Parameters Type Description
nRowIndex long 행 인덱스 (Zero-Based)
bRowHidden BOOL 행 숨김 여부

Return Value

Type Description
BOOL 정상 적용 여부(true, false)

Example

function btn_on_mouseup() { // 0번째 행의 숨김을 토글 처리 obj_excel.setrowhidden(0, !obj_excel.getrowhidden(0)); }

See Also

getrowhidden

Viewer Ver.

24.10.14.1

Update Date

20241028