Selection.ItalicRun Method

Adds the italic character format to or removes it from the current run.

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

Syntax

'Declaration
Sub ItalicRun
'Usage
Dim instance As Selection

instance.ItalicRun()
void ItalicRun()

Remarks

If the run contains a mix of italic and non-italic text, this method adds the italic character format to the entire run.

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace