Cell Command

Cell( <Column>, <Row> )

Returns copy of spreadsheet cell in given column and row.

Cell(2, 1) returns copy of B1.

  • By default the cells in spreadsheet cells are auxiliary and in such case this command returns auxiliary object as well.

  • You must make sure that the cells you refer to are earlier in the Menu view construction protocol.svg Construction Protocol than this command.