Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RangeGroupDirection Enumeration


In This Topic
    RangeGroupDirection Enumeration
    In This Topic
    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.
    Inheritance Hierarchy

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

    See Also