ShowSignOption Enumeration
Beta  
Determines how the sign of values are displayed
Members
| Name | Value | Description | 
| NoSign | 0 | Never show a sign even if the value is negative. | 
| OnlyNegative | 1 | Only show a sign when the value is negative. | 
| SignAlways | 2 | Always show a sign whether the value is positive or negative. | 
| NegativeParentheses | 3 | Only show a sign when the value is negative but use parentheses instead of a negative sign. For example, -10 is formatted as (10). | 
Defined in
            Last Updated:
                20 June, 2023