Spread WPF Documentation
RangeGroupDirection Enumeration
Example Example 


Specifies the status of a range group summary row or column position.
Syntax
'Declaration
 
Public Enum RangeGroupDirection 
   Inherits System.Enum
'Usage
 
Dim instance As RangeGroupDirection
public enum RangeGroupDirection : System.Enum 
Members
MemberDescription
Backward[0] The summary row is above or left of the group detail.
Forward[1] The summary row is below or right of the group detail.
Example
This example sets the RangeGroupDirection enumeration.
gcSpreadSheet1.Sheets[0].RowRangeGroup.Group(3, 2);
gcSpreadSheet1.Sheets[0].RowRangeGroup.Direction = GrapeCity.Windows.SpreadSheet.Data.RangeGroupDirection.Backward;
GcSpreadSheet1.Sheets(0).RowRangeGroup.Group(3, 2)
GcSpreadSheet1.Sheets(0).RowRangeGroup.Direction = GrapeCity.Windows.SpreadSheet.Data.RangeGroupDirection.Backward
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.RangeGroupDirection

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.