IronCalc Wasm
    Preparing search index...

    Interface ClipboardCell

    interface ClipboardCell {
        link?: Link | null;
        style: CellStyle;
        text: string;
    }
    Index
    link?: Link | null

    The link attached to the cell, when present

    style: CellStyle
    text: string