Interior.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 Object
Get
Set
'Usage
Dim instance As Interior
Dim value As Object
value = instance.InvertIfNegative
instance.InvertIfNegative = value
Object InvertIfNegative { get; set; }
Property Value
Type: System.Object