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


In This Topic
FormatString Property (GcComboBoxCellType)
In This Topic
Gets or sets a format string used to filter or convert the input string.
Syntax
'Declaration
 
Public Property FormatString As String
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As String
 
instance.FormatString = value
 
value = instance.FormatString

Property Value

A System.String value that indicates a format string used to filter or convert the input string.
The default is System.String.Empty.
Remarks
This property specifies what kind of characters and symbols are allowed.
See Also