Range.Italic Property

Determines if the range is formatted as italic.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Italic As Integer
    Get
    Set
'Usage
Dim instance As Range
Dim value As Integer

value = instance.Italic

instance.Italic = value
int Italic { get; set; }

Property Value

Type: System.Int32

Remarks

This property returns True if the range is formatted as italic, and False if not.

This property returns True, False or wdUndefined (a mixture of True and False).

The values this property can be set to are True, False, or wdToggle.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace