Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / NoteIndicatorColor Property


In This Topic
NoteIndicatorColor Property (Column)
In This Topic
Gets or sets the default note indicator color for cells in this column.
Syntax
'Declaration
 
Public Property NoteIndicatorColor As Color
 
'Usage
 
Dim instance As Column
Dim value As Color
 
instance.NoteIndicatorColor = value
 
value = instance.NoteIndicatorColor
See Also