VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.NumberFormats Namespace / NumberingFormat Class / NegativeValueColor Property
Syntax Requirements SeeAlso
In This Topic
NegativeValueColor Property (NumberingFormat)
In This Topic
Gets or sets a string that defines the text color for negative value.
Syntax
'Declaration

<DefaultValueAttribute(null)>
Public Property NegativeValueColor As System.String

[DefaultValue(null)]
public System.String NegativeValueColor { get; set; }

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.
Requirements

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

See Also