Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ICustomizeColor Interface / RangeGroupBackgroundColor Property


In This Topic
    RangeGroupBackgroundColor Property (ICustomizeColor)
    In This Topic
    Gets or sets range group back ground color.
    Syntax
    'Declaration
     
    
    Property RangeGroupBackgroundColor As Color
    'Usage
     
    
    Dim instance As ICustomizeColor
    Dim value As Color
     
    instance.RangeGroupBackgroundColor = value
     
    value = instance.RangeGroupBackgroundColor
    Color RangeGroupBackgroundColor {get; set;}
    See Also