size
The number of rows and columns in the data table.
Declaration
var size: (rows: Int, columns: Int) { get }Parameters
- rows:
The number of rows in the data table.
- columns:
The number of columns in the data table.
The number of rows and columns in the data table.
var size: (rows: Int, columns: Int) { get }The number of rows in the data table.
The number of columns in the data table.