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