ShowSignOption Enumeration

Determines how the sign of values are displayed

Members

Name Value Description
NegativeParentheses Only show a sign when the value is negative but use parentheses instead of a negative sign. For example, -10 is formatted as (10).
NoSign Never show a sign even if the value is negative.
OnlyNegative Only show a sign when the value is negative.
SignAlways Always show a sign whether the value is positive or negative.

Defined in

Last Updated: 16 April, 2024