[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.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 that is used to control how text is entered.
The default is Empty.

Remarks

This property specifies what kind of characters and symbols can be entered.

See Also
AllowSpace
AutoConvert