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
See Also