Spread Silverlight 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 uses 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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.