Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / NoteStyle Property


In This Topic
NoteStyle Property (CellInfo)
In This Topic
Gets or sets the style of the note.
Syntax
'Declaration
 
Public Property NoteStyle As NoteStyle
 
'Usage
 
Dim instance As CellInfo
Dim value As NoteStyle
 
instance.NoteStyle = value
 
value = instance.NoteStyle
See Also