Table.getSize

Since 2.22

class Table
void
getSize
(
out uint rows
,
out uint columns
)

Parameters

rows uint

return location for the number of rows, or NULL. out[allow-none]

columns uint

return location for the number of columns, or NULL. out[allow-none]

Meta