Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / IsNoteIndicatorColorSet Method


In This Topic
IsNoteIndicatorColorSet Method (StyleInfo)
In This Topic
Gets whether the cell note indicator color of the cell is set.
Syntax
'Declaration
 
Public Overridable Function IsNoteIndicatorColorSet() As Boolean
 
'Usage
 
Dim instance As StyleInfo
Dim value As Boolean
 
value = instance.IsNoteIndicatorColorSet()
See Also