Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberMoneyPatternDisplayFieldInfo Class / Pattern Property


In This Topic
    Pattern Property (NumberMoneyPatternDisplayFieldInfo)
    In This Topic
    Gets or sets the pattern of the field.
    Syntax
    'Declaration
     
    
    Public Property Pattern As String
    'Usage
     
    
    Dim instance As NumberMoneyPatternDisplayFieldInfo
    Dim value As String
     
    instance.Pattern = value
     
    value = instance.Pattern
    public string Pattern {get; set;}

    Property Value

    A System.String value indicates the pattern of the field.
    The default is ###[####:万].
    Remarks
    The property retrieves the display pattern of the NumberMoneyPatternDisplayField when the GrapeCity.Win.Spread.InputMan.CellType.GcNumber hasn't the input focus.
    See Also