method Cell.prototype.setValueimport { Cell } from "https://deno.land/x/cliffy@v1.0.0-rc.1/table/mod.ts"; setValue(value: CellValue): thisSet cell value. Parametersvalue: CellValueCell or cell value. Returnsthis