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


In This Topic
Pattern Property (DateAmPmDisplayField)
In This Topic
Gets or sets a value indicating how to show AmPm.
Syntax
'Declaration
 
Public Property Pattern As AmPmPattern
 
'Usage
 
Dim instance As DateAmPmDisplayField
Dim value As AmPmPattern
 
instance.Pattern = value
 
value = instance.Pattern

Property Value

An GrapeCity.Win.Spread.InputMan.CellType.AmPmPattern value indicates the pattern. The default value is GrapeCity.Win.Spread.InputMan.CellType.AmPmPattern.AmPmDesignator.
Remarks
The property retrieves the display pattern about the AMDesignator and the PMDesignator.
See Also