Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupButtonStyle Enumeration


In This Topic
    RangeGroupButtonStyle Enumeration
    In This Topic
    Specifies the button style for an outline (range group) of rows or columns.
    Syntax
    'Declaration
     
    
    Public Enum RangeGroupButtonStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RangeGroupButtonStyle
    public enum RangeGroupButtonStyle : System.Enum 
    Members
    MemberDescription
    EnhancedDisplays an enhanced outline (range group) button style
    StandardDisplays the standard window button style
    SystemDisplays the System button style
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.RangeGroupButtonStyle

    See Also