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