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


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

Property Value

The GrapeCity.Win.Spread.InputMan.CellType.EraPattern value that indicates the pattern of the DateEraFieldInfo.
The default is EraPattern.EraName.
Remarks
This property retrieves the pattern of the DateEraFieldInfo.
See Also