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


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