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


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

Property Value

A System.String value indicates the pattern that used to format the numeric value.
See Also