Interior.InvertIfNegative Property

Determines if Microsoft Word inverts the pattern in the object when it corresponds to a negative number. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
An Object set to True if the pattern is inverted when it's negative, otherwise False

See Also

Reference

Interior Interface

Interior Members

Microsoft.Office.Interop.Word Namespace