| Member | Description |
|---|---|
| collapsed | Indicates collapsed status with the plus sign. |
| expanded | Indicates expanded status with the minus sign. |
| Member | Description |
|---|---|
| collapsed | Indicates collapsed status with the plus sign. |
| expanded | Indicates expanded status with the minus sign. |
sheet.rowOutlines.group(0,5);
var rgi = sheet.rowOutlines.find(1, 0);
rgi.state(GC.Spread.Sheets.Outlines.OutlineState.collapsed);
spread.invalidateLayout();
spread.repaint();Object
GC.Spread.Sheets.Outlines.OutlineState