SpreadJS Documentation
RangeGroupDirection Enumeration
Specifies the status of a range group summary row or column position.
Members
MemberDescription
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.
Example
sheet.isPaintSuspended(true);
sheet.rowRangeGroup.group(3,2);
sheet.colRangeGroup.group(4,1);
sheet.rowRangeGroup.direction =
GcSpread.Sheets.RangeGroupDirection.Backward;
sheet.colRangeGroup.direction=GcSpread.Sheets.RangeGroupDirection.Forward;
sheet.isPaintSuspended(false);
Inheritance Hierarchy

Object
   GcSpread.Sheets.RangeGroupDirection

See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.