Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberDecimalGeneralFormatDisplayField Class / NumberDecimalGeneralFormatDisplayField Constructor / NumberDecimalGeneralFormatDisplayField Constructor(DecimalGeneralFormat)
A GrapeCity.Win.Spread.InputMan.CellType.DecimalGeneralFormat value indicates the pattern.


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

    Parameters

    pattern
    A GrapeCity.Win.Spread.InputMan.CellType.DecimalGeneralFormat value indicates the pattern.
    See Also