ForEachCell
methodsExecutes a function for each cell in the range.
Parameters:callbackFunction
The function that will be executed against every cell. The function receives the following parameters:
- rowIndex - the row index of the cell
- columnIndex - the column index of the cell
- cellProperties - the cell properties