ContentControl.RepeatingSectionItems Property
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.
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.