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