The Candid Startup
    Preparing search index...

    Data stored in a spreadsheet cell

    interface CellData {
        format?: CellFormat;
        value: CellValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    format?: CellFormat

    Format of cell

    value: CellValue

    Value of cell