AutoCorrectEntry.Apply(Range) Method

Definition

Replaces a range with the value of the specified AutoCorrect entry.

public:
 void Apply(Microsoft::Office::Interop::Word::Range ^ Range);
public void Apply (Microsoft.Office.Interop.Word.Range Range);
abstract member Apply : Microsoft.Office.Interop.Word.Range -> unit
Public Sub Apply (Range As Range)

Parameters

Range
Range

Required Range object.

Applies to