IsNoteStyleSet Method (StyleInfo)
In This Topic
Gets whether the note style setting of the cell (NoteStyle property) is set.
Syntax
'Declaration
Public Overridable Function IsNoteStyleSet() As Boolean
'Usage
Dim instance As StyleInfo
Dim value As Boolean
value = instance.IsNoteStyleSet()
public virtual bool IsNoteStyleSet()
See Also