AutoTextEntries.AppendToSpike(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.
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.