Edit

Share via


RepeatingSectionItem.InsertItemAfter Method

Definition

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.

Applies to