VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    [DefaultValue(null)]
    public: __property System.String get_NegativeValueColor();
    public: __property void set_NegativeValueColor(
    System.String value
    );
    [DefaultValue(null)]
    public:
    property System.String NegativeValueColor { System.String get(); void set(System.String value); }

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also