method Cell.prototype.cloneimport { Cell } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts"; clone(value?: ICell): CellClone cell with all options. Parametersoptionalvalue: ICellCell or cell value. ReturnsCell