Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberMoneyPatternDisplayFieldInfo Class / NumberMoneyPatternDisplayFieldInfo Constructor / NumberMoneyPatternDisplayFieldInfo Constructor(String)
A System.String value indicates the pattern which specify the pattern to parse the money pattern.


In This Topic
NumberMoneyPatternDisplayFieldInfo Constructor(String)
In This Topic
Initializes a new instance of the NumberMoneyPatternDisplayFieldInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pattern As String _
)
 
'Usage
 
Dim pattern As String
 
Dim instance As New NumberMoneyPatternDisplayFieldInfo(pattern)

Parameters

pattern
A System.String value indicates the pattern which specify the pattern to parse the money pattern.
See Also