FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / Text Property


In This Topic
Text Property (Cell)
In This Topic
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
See Also