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


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

    Property Value

    A GrapeCity.Win.Spread.InputMan.CellType.DecimalGeneralFormat enumeration indicates the pattern of the field.
    The default is GrapeCity.Win.Spread.InputMan.CellType.DecimalGeneralFormat.DBNum1_G.
    Remarks
    The property retrieves the display pattern of the NumberDecimalGeneralFormatDisplayField when the GrapeCity.Win.Spread.InputMan.CellType.GcNumber hasn't the input focus.
    See Also