LegendKey.InvertIfNegative Property
True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property InvertIfNegative As Boolean
Get
Set
'Usage
Dim instance As LegendKey
Dim value As Boolean
value = instance.InvertIfNegative
instance.InvertIfNegative = value
bool InvertIfNegative { get; set; }
Property Value
Type: System.Boolean