NegativeValueColor Property (NumberingFormat)
Gets or sets a string that defines the text color for negative value.
[DefaultValue(null)]
public System.String NegativeValueColor { get; set; }
[DefaultValue(null)]
public: __property System.String get_NegativeValueColor();
public: __property void set_NegativeValueColor(
System.String
);
[DefaultValue(null)]
public:
property System.String NegativeValueColor {
System.String get();
void set(System.String );
}
Property Value
Possible values: "Black", "Blue", "Cyan", "Green", "Magenta", "Red", "White", "Yellow". Also an indexed color from legacy color palette can be used: "ColorX", where X is an index from 1 to 56.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5