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.

Tables() as EinhugurODT.TableIterator

Parameters

Returns

EinhugurODT.TableIterator

Remarks

Usage:


for each it as Table in doc.Tables
    // Your code here
next



Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.

See Also

Container Class