VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.NumberFormats Namespace / NumberingFormat Class / NumberingFormat Constructors / NumberingFormat Constructor(Int32,Boolean,String,Boolean)
Syntax Requirements SeeAlso
In This Topic
    NumberingFormat Constructor(Int32,Boolean,String,Boolean)
    In This Topic
    Initializes a new instance of the NumberingFormat 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, _
    ByVal negativeValueColor
    Text color for negative values.
    As System.String, _
    ByVal hideMinusSign
    A value indicating whether minus sign should be hidden when value is negative.
    As Boolean _
    )
    public NumberingFormat(
    System.Int32 decimalPlaces,
    bool useThousandsSeparator,
    System.String negativeValueColor,
    bool hideMinusSign
    )
    public: NumberingFormat(
    System.Int32 decimalPlaces,
    bool useThousandsSeparator,
    System.String negativeValueColor,
    bool hideMinusSign
    )
    public:
    NumberingFormat(
    System.Int32 decimalPlaces,
    bool useThousandsSeparator,
    System.String negativeValueColor,
    bool hideMinusSign
    )

    Parameters

    decimalPlaces
    Number of decimal places.
    useThousandsSeparator
    A value indicating whether the thousands separator should be used.
    negativeValueColor
    Text color for negative values.
    hideMinusSign
    A value indicating whether minus sign should be hidden when value is negative.
    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