AutoCorrectEntry.Apply(Range) Method
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.
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)