Member | Description |
---|---|
backward | The summary row is above or to the left of the group detail. |
forward | The summary row is below or to the right of the group detail. |
Member | Description |
---|---|
backward | The summary row is above or to the left of the group detail. |
forward | The summary row is below or to the right of the group detail. |
sheet.suspendPaint(); sheet.rowOutlines.group(3,2); sheet.columnOutlines.group(4,1); sheet.rowOutlines.direction(GC.Spread.Sheets.Outlines.OutlineDirection.backward); sheet.columnOutlines.direction(GC.Spread.Sheets.Outlines.OutlineDirection.forward); sheet.resumePaint();
Object
GC.Spread.Sheets.Outlines.OutlineDirection