Class $.wijmo.wijspread.GroupState
Constructor Attributes | Constructor Name and Description |
---|---|
Specifies the status of an outline (range group).
|
Field Attributes | Field Name and Description |
---|---|
<static> |
$.wijmo.wijspread.GroupState.Collapsed
[1] Indicates collapsed status with the plus sign.
|
<static> |
$.wijmo.wijspread.GroupState.Expanded
[0] Indicates expanded status with the minus sign.
|
Class Detail
$.wijmo.wijspread.GroupState()
Specifies the status of an outline (range group).
sheet.rowRangeGroup.group(0,5); var rgi = sheet.rowRangeGroup.find(1, 0); rgi.setState($.wijmo.wijspread.GroupState.Collapsed); sheet.repaint();
Field Detail
<static>
$.wijmo.wijspread.GroupState.Collapsed
[1] Indicates collapsed status with the plus sign.
<static>
$.wijmo.wijspread.GroupState.Expanded
[0] Indicates expanded status with the minus sign.