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


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

    Parameters

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