Einhugur OpenDocument Text Plugin for Xojo

Container.Table Method

Gets table at given index.

Table(
   index as Integer) as EinhugurODT.Table

Parameters

index
Index of the table to fetch. (Zero based). This index is relative to tables only.

Returns

EinhugurODT.Table
Table at given index or nil if out of range.

Remarks

If you care about keeping order between tables and paragraphs and tables correct then check the Item function.

See Also

Container Class