Spread Silverlight Documentation
Note Property (IExcelCell)


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

Property Value

The note.
See Also

Reference

IExcelCell Interface
IExcelCell Members