GC.Spread.Sheets.Outlines Namespace > Outline type : ungroupRange Method |
var instance = new GC.Spread.Sheets.Outlines.Outline(count); var value; // Type: any value = instance.ungroupRange(index, count);
activeSheet.suspendPaint(); activeSheet.rowOutlines.group(0,5); activeSheet.rowOutlines.ungroupRange(0,1); activeSheet.resumePaint();