RepeatingSectionItem.InsertItemAfter 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.
Adds a repeating section item after the specified item and returns the new item.
public:
Microsoft::Office::Interop::Word::RepeatingSectionItem ^ InsertItemAfter();
public Microsoft.Office.Interop.Word.RepeatingSectionItem InsertItemAfter ();
abstract member InsertItemAfter : unit -> Microsoft.Office.Interop.Word.RepeatingSectionItem
Public Function InsertItemAfter () As RepeatingSectionItem
Returns
Remarks
You can call this method on repeating section item content controls only.
If the AllowInsertDeleteSection property is set to False, this method will return an error.