Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / Comment Property


In This Topic
Comment Property (CellNote)
In This Topic
Gets the associated comment of this cell note.
Syntax
'Declaration
 
Public ReadOnly Property Comment As Comment
 
'Usage
 
Dim instance As CellNote
Dim value As Comment
 
value = instance.Comment
See Also