Range.Italic Property

Definition

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.

Applies to