TableGetSizeΒΆ

TableGetSize returns the number of rows and columns.

rvSize = TableGetSize(hTable)

Return Value

rvSize is a vector with two elements:

Element Description
rvSize[1] Number of rows
rvSize[2] Number of columns

Parameters

hTable

Identifies the table object.

id-765305