AutoTextEntries.AppendToSpike Method
Deletes the specified range and adds the contents of the range to the Spike (a built-in AutoText entry).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function AppendToSpike ( _
Range As Range _
) As AutoTextEntry
'Usage
Dim instance As AutoTextEntries
Dim Range As Range
Dim returnValue As AutoTextEntry
returnValue = instance.AppendToSpike(Range)
AutoTextEntry AppendToSpike(
Range Range
)
Parameters
- Range
Type: Microsoft.Office.Interop.Word.Range
The range that's deleted and appended to the Spike.
Return Value
Type: Microsoft.Office.Interop.Word.AutoTextEntry
Remarks
The AppendToSpike method is only valid for the AutoTextEntries collection in the Normal template.