[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcCharMaskCellType.FormatString

FormatString Property

FormatString

Gets or sets the input format to use in the control.

Declaration
public string FormatString { get; set; }
Public Property FormatString As String
Property Value
Type Description
string

The string used to control how text is entered.

Remarks

The format is specified by creating a mask using keywords and literals.

note

This input mask must not exist with only literals.

See Also
AutoConvert
AllowSpace