GcSpread.Sheets Namespace : GroupState Enumeration |
Member | Description |
---|---|
Collapsed | [1] Indicates collapsed status with the plus sign. |
Expanded | [0] Indicates expanded status with the minus sign. |
sheet.rowRangeGroup.group(0,5);
var rgi = sheet.rowRangeGroup.find(1, 0);
rgi.setState(GcSpread.Sheets.GroupState.Collapsed);
sheet.repaint();
Object
GcSpread.Sheets.GroupState