Represents an update to a cell's value, allowing null to clear the cell.
null
This type is used to update a cell's value. Passing null will clear the cell's content. The value must conform to the native types allowed in a cell (Scalar).
Scalar
Represents an update to a cell's value, allowing
null
to clear the cell.