var instance = new GC.Spread.Sheets.Outlines.Outline(count); var value; // Type: any value = instance.ungroupRange(index, count);
Parameters
- index
- The group starting index.
- count
- The number of rows or columns to remove.
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();