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()
public virtual bool IsNoteIndicatorColorSet()
See Also