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