Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RangeGroupButtonStyle Property


In This Topic
    RangeGroupButtonStyle Property
    In This Topic
    Gets or sets the style of the outline (range group) button.
    Syntax
    'Declaration
     
    
    Public Property RangeGroupButtonStyle As RangeGroupButtonStyle
    'Usage
     
    
    Dim instance As SheetView
    Dim value As RangeGroupButtonStyle
     
    instance.RangeGroupButtonStyle = value
     
    value = instance.RangeGroupButtonStyle
    public RangeGroupButtonStyle RangeGroupButtonStyle {get; set;}
    See Also