Spread Windows Forms 12.0 Product Documentation
Pattern Property (NumberSystemFormatDisplayField)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > NumberSystemFormatDisplayField Class : Pattern Property
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
public string Pattern {get; set;}

Property Value

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

Reference

NumberSystemFormatDisplayField Class
NumberSystemFormatDisplayField Members