Einhugur OpenDocument Text Plugin for Xojo

Container.AppendTable Method

Appends table to the back of the container.

AppendTable(
   columnCount as Integer,
   rowCount as Integer) as EinhugurODT.Table

Parameters

columnCount
Number of columns in the table.
rowCount
Number of rows in the table.

Returns

EinhugurODT.Table
Reference to the new table.

Remarks

This method can throw ThrowInvalidArgumentException.

See Also

Container Class