Einhugur OpenDocument Text Plugin for Xojo |
|
Container.AppendTable Method
Appends table to the back of the container.
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