[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberMoneyPatternDisplayField.Pattern

Pattern Property

Pattern

Gets or sets the pattern of the field.

Declaration
[TypeConverter(typeof(NumberMoneyPatternDisplayFieldTypeConverter))]
public string Pattern { get; set; }
<TypeConverter(GetType(NumberMoneyPatternDisplayFieldTypeConverter))>
Public Property Pattern As String
Property Value
Type Description
string

A string value indicates the pattern of the field.
The default is ###[####:万].

Remarks

The property retrieves the display pattern of the NumberMoneyPatternDisplayField when the GrapeCity.Win.Spread.InputMan.CellType.GcNumber hasn't the input focus.