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


In This Topic
NoteStyleInfo Property (CellInfo)
In This Topic
Gets or sets the note style information for the note shape.
Syntax
'Declaration
 
Public Property NoteStyleInfo As StickyNoteStyleInfo
 
'Usage
 
Dim instance As CellInfo
Dim value As StickyNoteStyleInfo
 
instance.NoteStyleInfo = value
 
value = instance.NoteStyleInfo
See Also