get_size


Description:

public void get_size (out uint rows, out uint columns)

Gets the number of rows and columns in the table.

Note:

GtkGrid does not expose the number of columns and rows.

Parameters:

this

a Table

rows

return location for the number of rows, or null

columns

return location for the number of columns, or null