AutoTextEntries.AppendToSpike(Range) Method

Definition

Deletes the specified range and adds the contents of the range to the Spike (a built-in AutoText entry).

public:
 Microsoft::Office::Interop::Word::AutoTextEntry ^ AppendToSpike(Microsoft::Office::Interop::Word::Range ^ Range);
public Microsoft.Office.Interop.Word.AutoTextEntry AppendToSpike (Microsoft.Office.Interop.Word.Range Range);
abstract member AppendToSpike : Microsoft.Office.Interop.Word.Range -> Microsoft.Office.Interop.Word.AutoTextEntry
Public Function AppendToSpike (Range As Range) As AutoTextEntry

Parameters

Range
Range

The range that's deleted and appended to the Spike.

Returns

Remarks

The AppendToSpike method is only valid for the AutoTextEntries collection in the Normal template.

Applies to