Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMask Class / Format Property


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

Property Value

The string that used to control how text can be input.
Remarks
The format is specified by creating a mask using keywords and literals. This input mask must NOT exist only with literals.
See Also