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


In This Topic
FormatString Property (GcTextBoxCellType)
In This Topic
Gets or sets the input format to use in the control.
Syntax
'Declaration
 
Public Property FormatString As String
 
'Usage
 
Dim instance As GcTextBoxCellType
Dim value As String
 
instance.FormatString = value
 
value = instance.FormatString

Property Value

The string that is used to control how text is entered.
The default is System.String.Empty.
Remarks
This property specifies what kind of characters and symbols can be entered.
See Also