Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / TextFormat Property


TextFormat Property (GcComboBoxCellType)
Gets or sets a format string used to customize text.
Syntax
'Declaration
 
Public Property TextFormat As String
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As String
 
instance.TextFormat = value
 
value = instance.TextFormat

Property Value

A System.String value that indicates a format string used to customize text.
Exceptions
ExceptionDescription
The value is not a valid TextFormat.
Remarks
This property specifies a format used to display the GrapeCity.Win.Text.
See Also