TableCells Object
TableCells Object
This object represents a set of table cells. It can be used in document separation and document indexing scripts.
Properties
Name | Type | Description |
Count | Long, read-only | Number of elements in the set of table cells. |
Methods
Name | Parameters | Description |
Item |
[in] Long - the index of the cell in the set. It must range from 0 to the value of the Count property minus 1. [out] TableCell - the table cell. |
Provides access to a single table cell. |
See also
26.03.2024 13:49:49