Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GridLine Class / HighlightColor Property


In This Topic
    HighlightColor Property
    In This Topic
    Gets the highlight color for the grid lines.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HighlightColor As Color
    'Usage
     
    
    Dim instance As GridLine
    Dim value As Color
     
    value = instance.HighlightColor
    public Color HighlightColor {get;}
    See Also