Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / Text Property


In This Topic
Text Property (CellValue)
In This Topic
Gets the System.String value.
Syntax
'Declaration
 
Public Property Text As String
 
'Usage
 
Dim instance As CellValue
Dim value As String
 
instance.Text = value
 
value = instance.Text

Property Value

A System.String value represents the text.
See Also