VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.NumberFormats Namespace / NumberingFormatBase Class / NumberingFormatBase Constructor(Int32,Boolean)
Syntax Requirements SeeAlso
In This Topic
    NumberingFormatBase Constructor(Int32,Boolean)
    In This Topic
    Initializes a new instance of the NumberingFormatBase class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal decimalPlaces
    Number of decimal places.
    As System.Int32, _
    ByVal useThousandsSeparator
    A value indicating whether the thousands separator should be used.
    As Boolean _
    )
    public NumberingFormatBase(
    System.Int32 decimalPlaces,
    bool useThousandsSeparator
    )
    public: NumberingFormatBase(
    System.Int32 decimalPlaces,
    bool useThousandsSeparator
    )
    public:
    NumberingFormatBase(
    System.Int32 decimalPlaces,
    bool useThousandsSeparator
    )

    Parameters

    decimalPlaces
    Number of decimal places.
    useThousandsSeparator
    A value indicating whether the thousands separator should be used.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also