Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / RangeGroupBackground Property


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