Spread Silverlight Documentation
Text Property (FormulaTextBox)


GrapeCity.Windows.SpreadSheet.UI Namespace > FormulaTextBox Class : Text Property
Gets or sets the text.
Syntax
'Declaration
 
Public Property Text As System.String
'Usage
 
Dim instance As FormulaTextBox
Dim value As System.String
 
instance.Text = value
 
value = instance.Text
public System.string Text {get; set;}

Property Value

The text.
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members