Constructor
# new TableCollection(txTableCollection)
Wrapper für TXTextControl.TableCollection
Parameters:
| Name | Type | Description |
|---|---|---|
txTableCollection |
any
|
Extends
Classes
Methods
# async add(rows, columns, idopt) → {Promise.<boolean>}
Adds a table at the current input position
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
rows |
number
|
||
columns |
number
|
||
id |
number
|
<optional> |
Promise.<boolean>