CreateTable
Creates a new table with a specified number of rows and columns.
Syntax
expression.CreateTable(rows, cols);
expression - A variable that represents a ApiDocument class.
Parameters
| Name | Required/Optional | Data type | Default | Description |
|---|---|---|---|---|
| rows | Required | number | Number of rows. | |
| cols | Required | number | Number of columns. |