The Candid Startup
    Preparing search index...

    A viewport onto the spreadsheet. Usually the portion of the spreadsheet visible on-screen.

    interface SpreadsheetViewport {
        columnMinOffset: number;
        height: number;
        rowMinOffset: number;
        width: number;
    }
    Index

    Properties

    columnMinOffset: number

    Offset along the columns to the start of the viewport (using ItemOffsetMapping offsets)

    height: number

    Viewport height

    rowMinOffset: number

    Offset down the rows to the start of the viewport (using ItemOffsetMapping offsets)

    width: number

    Viewport width