Range.Italic Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the range is formatted as italic.
public:
property int Italic { int get(); void set(int value); };
public int Italic { get; set; }
member this.Italic : int with get, set
Public Property Italic As Integer
Property Value
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.