Contents

cells

An array containing the cells of the matrix.

Declaration

var cells: [NSCell] { get }

Discussion

The cells in the array are row-ordered; that is, the first row of cells appears first in the array, followed by the second row, and so forth.

See Also

Finding Cells