GrapeCity.Xaml.Excel
Note Property (ExcelCell)


GrapeCity.Excel Namespace > ExcelCell Class : Note Property
Gets or sets the note.
Syntax
'Declaration
 
Public Property Note As String
'Usage
 
Dim instance As ExcelCell
Dim value As String
 
instance.Note = value
 
value = instance.Note
public string Note {get; set;}

Property Value

The note.
See Also

Reference

ExcelCell Class
ExcelCell Members