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


In This Topic
NoteIndicatorColor Property (StyleInfo)
In This Topic
Gets or sets the color of the cell note indicator.
Syntax
'Declaration
 
Public Overridable Property NoteIndicatorColor As Color
 
'Usage
 
Dim instance As StyleInfo
Dim value As Color
 
instance.NoteIndicatorColor = value
 
value = instance.NoteIndicatorColor
See Also