IsFormattedColorForNegativeValues Method
Indicates whether the current formatter will format negative value with the specified color.
bool IsFormattedColorForNegativeValues()
'Declaration
Function IsFormattedColorForNegativeValues() As Boolean
'Usage
Dim instance As IFormatter
Dim value As Boolean
value = instance.IsFormattedColorForNegativeValues()
Return Value
true
if the negative value is formatted with the specified color; otherwise, false
.