get_size


Description:

[ Version ( since = "2.22" ) ]
public void get_size (out uint rows, out uint columns)

Gets the number of rows and columns in the table.

Note:

Grid 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