Spread for ASP.NET 12 Product Documentation
Text Property (Cell)


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

Reference

Cell Class
Cell Members