Returns the specified Cell object from the collection.
Name | Type | Description |
Index | Variant | Input Variant value that specifies the HoleTableCell to return. This can be either a numeric value indicating the index of the item in the collection, a string indicating the title of a column header, or a HoleTableColumn object. If an out of range index, a non-existent column header title, or an invalid HoleTableColumn object is specified, an error occurs. |