ContentTableRow.Item Property
Parent Object: ContentTableRowDescription
Returns the specified ContentTableCell object from the collection.
Syntax
ContentTableRow.Item( Index As Variant ) As ContentTableCellProperty Value
This is a read only property whose value is a ContentTableCell.Parameters
Name | Type | Description |
Index | Variant | Value that specifies the ContentTableCell object within the collection to return. Valid index values are 1 to the value of Count or a ContentTableColumn object. |