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


In This Topic
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()
See Also