class CellRe-exportimport { Cell } from "https://deno.land/x/cliffy@v0.12.0/packages/table/mod.ts"; ConstructorsnewCell(value: ICell)Propertiesprotectedoptions: ICellOptionsreadonlylength: numberMethodsborder(enable: boolean, override?: boolean): thisSetter: clone(value?: ICell): CellcolSpan(span: number, override?: boolean): thisgetBorder(): booleanGetter: getColSpan(): numbergetRowSpan(): numberrowSpan(span: number, override?: boolean): thissetValue(value: ICell): thistoString(): stringStatic Methodsfrom(value: ICell): Cell