var instance = new GC.Spread.Sheets.Outlines.Outline(count); var value; // Type: any value = instance.expand(level, expand);
Parameters
- level
- The level of the outline to expand or collapse.
- expand
- Whether to expand the groups.
var instance = new GC.Spread.Sheets.Outlines.Outline(count); var value; // Type: any value = instance.expand(level, expand);
activeSheet.suspendPaint();
activeSheet.rowOutlines.group(0,5);
activeSheet.rowOutlines.expand(0,false);
activeSheet.resumePaint();