Google Apps Script API
    Preparing search index...
    interface GridCoordinate {
        columnIndex?: number;
        rowIndex?: number;
        sheetId?: number;
    }
    Index

    Properties

    columnIndex?: number
    rowIndex?: number
    sheetId?: number