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


In This Topic
    RangeGroupBorderBrush Property (SheetView)
    In This Topic
    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