Spread for ASP.NET 12 Product Documentation
Note Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class : Note Property
Gets or sets the note for a cell.
Syntax
'Declaration
 
Public Property Note As String
'Usage
 
Dim instance As Cell
Dim value As String
 
instance.Note = value
 
value = instance.Note
public string Note {get; set;}
See Also

Reference

Cell Class
Cell Members