GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculator Class / Text Property


In This Topic
Text Property (DropDownCalculator)
In This Topic
Gets or sets the text of the DropDownCalculator.
Syntax
'Declaration
 
Public Property Text As String
 
'Usage
 
Dim instance As DropDownCalculator
Dim value As String
 
instance.Text = value
 
value = instance.Text

Property Value

A System.String value indicates the text.
The default is "0.".
See Also