Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / Text Property


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