Series.InvertIfNegative Property
true if Microsoft PowerPoint inverts the pattern in the object when it corresponds to a negative number. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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