IronCalc Node.js
    Preparing search index...

    Interface ClipboardCell

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

    The link attached to the cell, if any

    style: CellStyle
    text: string