Share

ContentTableRows.Item Property

Parent Object: ContentTableRows

Description

Returns the specified ContentTableRow object from the collection.

Syntax

ContentTableRows.Item( Index As Variant ) As ContentTableRow

Property Value

This is a read only property whose value is a ContentTableRow.

Parameters

Name Type Description
Index Variant Input Variant value that specifies the ContentTableRow object within the collection to return. Valid index values are a Long indicating the index of the row where index 1 is the first row or a String where the value is the internal name of the ContentTableRow.

Version

Introduced in version 2010

Was this information helpful?