Returns the specified Cell object from the collection.
Name | Type | Description |
Index | Variant | Input Variant value that specifies the RevisionTableCell 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 RevisionTableColumn object. If an out of range index, a non-existent column header title, or an invalid RevisionTableColumn object is specified, an error occurs. |
Name | Description |
Query revision table | This sample illustrates querying the contents of the revision table. |