[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.FormatString

FormatString Property

FormatString

Gets or sets a format string used to filter or convert the input string.

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

A string value that indicates a format string used to filter or convert the input string.
The default is Empty.

Remarks

This property specifies what kind of characters and symbols are allowed.

See Also
AutoConvert