ISeries.InvertIfNegative Property
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 ISeries
Dim value As Boolean
value = instance.InvertIfNegative
instance.InvertIfNegative = value
bool InvertIfNegative { get; set; }
Property Value
Type: System.Boolean