TableSetSizeΒΆ

TableSetSize sets the number of rows and columns.

bool = TableSetSize(hTable, nRow, nColumn)

Return Value

bool

Parameters

hTable

Identifies the table object.

nRow

nRow is the new number of rows. Maximum is 100 rows.

nColumn

nColumn is the new number of columns. Maximum is 100 columns.

id-1606791