getCell
Description
returns the cell in the open spreadsheet file cell
= getCell(spreadsheet
,row
,column
)spreadsheet
that is in
the specified row and column.
returns the cell that spreadsheet row object, cell
= getCell(spreadsheetRow
,column
)spreadsheetRow
has in the
specified column, column
. (since R2024b)