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


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