method Cell.prototype.setValueimport { Cell } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts"; setValue(value: ICell): thisSet cell value. Parametersvalue: ICellCell or cell value. Returnsthis