Table.getSize

void getSize(out uint rows, out uint columns)

Gets the number of rows and columns in the table.

Parameters

rowsreturn location for the number of rows, or null
columnsreturn location for the number of columns, or null

Deprecated

#GtkGrid does not expose the number of columns and

rows.