Spread Windows Forms 12.0 Product Documentation
Text Property (CellValue)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > CellValue Structure : Text Property
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
public string Text {get; set;}

Property Value

A System.String value represents the text.
See Also

Reference

CellValue Structure
CellValue Members