var instance = new GC.Spread.Sheets.Outlines.Outline(count); var value; // Type: any value = instance.group(index, count);
パラメータ
- index
- グループ開始インデックス。
- count
- グループ化する行または列の数。
var instance = new GC.Spread.Sheets.Outlines.Outline(count); var value; // Type: any value = instance.group(index, count);
activeSheet.suspendPaint();
activeSheet.rowOutlines.group(0,5);
activeSheet.rowOutlines.expand(0,false);
activeSheet.resumePaint();