Description
The Color enumeration contains the colors that can be used to display negative numbers in a NumberFormat.
C#
vb.net
Values
Name |
Description |
---|---|
Black |
Negative values will be black. |
Blue |
Negative values will be blue. |
Cyan |
Negative values will be cyan. |
Green |
Negative values will be green. |
Magenta |
Negative values will be magenta. |
None |
Negative values will be the same color as positive values. |
Red |
Negative values will be red. |
White |
Negative values will be white. |
Yellow |
Negative values will be yellow. |