Contents

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.