AutoCorrectEntry.Apply Method
Replaces a range with the value of the specified AutoCorrect entry.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Apply ( _
Range As Range _
)
'Usage
Dim instance As AutoCorrectEntry
Dim Range As Range
instance.Apply(Range)
void Apply(
Range Range
)
Parameters
- Range
Type: Microsoft.Office.Interop.Word.Range
Required Range object.