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


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