GC.Spread.Sheets.Outlines Namespace > Outline type : expand Method |
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();