Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberDecimalGeneralFormatDisplayFieldInfo Class / Pattern Property


In This Topic
Pattern Property (NumberDecimalGeneralFormatDisplayFieldInfo)
In This Topic
Gets or sets the pattern of the field.
Syntax
'Declaration
 
Public Property Pattern As DecimalGeneralFormat
 
'Usage
 
Dim instance As NumberDecimalGeneralFormatDisplayFieldInfo
Dim value As DecimalGeneralFormat
 
instance.Pattern = value
 
value = instance.Pattern

Property Value

A GrapeCity.Win.Spread.InputMan.CellType.DecimalGeneralFormat enumeration indicates the pattern of the field.
The default is GrapeCity.Win.Spread.InputMan.CellType.DecimalGeneralFormat.DBNum1_G.
Remarks
The property retrieves the display pattern of the NumberDecimalGeneralFormatDisplayField when the GrapeCity.Win.Spread.InputMan.CellType.GcNumber hasn't the input focus.
See Also