Spread.Sheets Documentation
OutlineDirection Enumeration
Specifies the status of an outline (range group) summary row or column position.
Members
MemberDescription
backwardThe summary row is above or to the left of the group detail.
forwardThe summary row is below or to the right of the group detail.
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();
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Outlines.OutlineDirection

See Also

Reference

GC.Spread.Sheets.Outlines Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.