Einhugur OpenDocument Text Plugin for Xojo |
|
Container.Tables Method
Returns TableIterator for the tables in the container. This property is for using with for each statements.
Parameters
Returns
- EinhugurODT.TableIterator
Remarks
Usage:
for each it as Table in doc.Tables
next
Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.
See Also
Container Class