그룹행을 제거하거나 숨깁니다.
void hideGroupRow( del );
Name | Type | Required | Description |
---|---|---|---|
del | string or object |
선택 | 그룹행을 삭제합니다. (default: 1 ) |
boolean : 설정 완료 여부
// 그룹행을 제거합니다.
sheet.hideGroupRow();
// 그룹행을 숨깁니다.
sheet.hideGroupRow(0);
product | version | desc |
---|---|---|
core | 8.3.0.9 | 기능 추가 |