Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatInterfaceRenderer Class / RangeGroupLineColor Property


In This Topic
    RangeGroupLineColor Property (FlatInterfaceRenderer)
    In This Topic
    Gets or sets the color of the range group line.
    Syntax
    'Declaration
     
    
    Public Property RangeGroupLineColor As Color
    'Usage
     
    
    Dim instance As FlatInterfaceRenderer
    Dim value As Color
     
    instance.RangeGroupLineColor = value
     
    value = instance.RangeGroupLineColor
    public Color RangeGroupLineColor {get; set;}
    See Also