ContentTableRows.Item Property
Parent Object: ContentTableRowsDescription
Returns the specified ContentTableRow object from the collection.
Syntax
ContentTableRows.Item( Index As Variant ) As ContentTableRowProperty 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. |