TableBlocks Object
TableBlocks Object
This object represents a collection of table blocks. It can be used in document separation and document indexing scripts.
Properties
Name | Type | Description |
Count | Long, read-only | Number of elements in the collection of table blocks. |
Methods
Name | Parameters | Description |
Item |
[in] Long - the index of the block in the set. It must range from 0 to the value of the Count property minus 1. [out] TableBlock - the table block. |
Provides access to a single table block. |
See also
3/26/2024 1:49:49 PM