ContentControl.RepeatingSectionItems Property

Definition

Returns the collection of repeating section items in the specified repeating section content control. Read-only.

public:
 property Microsoft::Office::Interop::Word::RepeatingSectionItemColl ^ RepeatingSectionItems { Microsoft::Office::Interop::Word::RepeatingSectionItemColl ^ get(); };
public Microsoft.Office.Interop.Word.RepeatingSectionItemColl RepeatingSectionItems { get; }
member this.RepeatingSectionItems : Microsoft.Office.Interop.Word.RepeatingSectionItemColl
Public ReadOnly Property RepeatingSectionItems As RepeatingSectionItemColl

Property Value

Remarks

You can use this property with repeating section content controls only. Using it with other content controls will result in an error.

Applies to