Gets or sets the brush of the border of the range group
Syntax
'Declaration
Public Property RangeGroupBorderBrush As Brush
'Usage
Dim instance As SheetView
Dim value As Brush
instance.RangeGroupBorderBrush = value
value = instance.RangeGroupBorderBrush
public Brush RangeGroupBorderBrush {get; set;}
See Also