Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMaskCellType Class / FormatString Property


In This Topic
    FormatString Property (GcCharMaskCellType)
    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 GcCharMaskCellType
    Dim value As String
     
    instance.FormatString = value
     
    value = instance.FormatString
    public string FormatString {get; set;}

    Property Value

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