ContentControls.Item Method (Word)
Returns a ContentControl object that represents the specified content control within the collection of content controls in a document.
Syntax
expression .Item(Index)
expression An expression that returns a ContentControls object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Index |
Required |
Variant |
Specifies the ordinal position of the content control to return. |
Return Value
ContentControl