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


In This Topic
    RangeGroupBackground Property (GcSpreadSheet)
    In This Topic
    Gets or sets the backgroud of the range group
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property RangeGroupBackground As Brush
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Brush
     
    instance.RangeGroupBackground = value
     
    value = instance.RangeGroupBackground
    [DefaultValue("")]
    public Brush RangeGroupBackground {get; set;}
    See Also