'Declaration Public Function New( _
ByVal decimalPlacesNumber of decimal places.As System.Int32, _
ByVal useThousandsSeparatorA value indicating whether the thousands separator should be used.As Boolean, _
ByVal negativeValueColorText color for negative values.As System.String, _
ByVal hideMinusSignA 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.