Skip to main content

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

NameRequired/OptionalData typeDefaultDescription
rowsRequirednumberNumber of rows.
colsRequirednumberNumber of columns.

Returns

ApiTable