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


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