cellMatrixReadOnly property

MatrixMapReadOnly<CellDataType> get cellMatrixReadOnly

Access the table of cells in a read only interface.

Implementation

MatrixMapReadOnly<CellDataType> get cellMatrixReadOnly => _cellMatrix;