CellCallback
The CellCallback
type describes a function that takes a Cell
's Id
and its value.
(
cellId: Id,
cell: Cell,
): void
A CellCallback
is provided when using the forEachCell
method, so that you can do something based on every Cell
in a Row
. See that method for specific examples.
Since
v1.0.0