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


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

    Property Value

    Color of the outline (range group) line
    See Also