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