[]
Sheets.Outlines.OutlineDirection
Specifies the status of an outline (range group) summary row or column position.
example
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();
• backward = 0
The summary row is above or to the left of the group detail.
• forward = 1
The summary row is below or to the right of the group detail.