Google Apps Script API
    Preparing search index...
    interface TableRow {
        endIndex?: number;
        startIndex?: number;
        suggestedDeletionIds?: string[];
        suggestedInsertionIds?: string[];
        suggestedTableRowStyleChanges?: object;
        tableCells?: GoogleAppsScript.Docs.Schema.TableCell[];
        tableRowStyle?: TableRowStyle;
    }
    Index

    Properties

    endIndex?: number
    startIndex?: number
    suggestedDeletionIds?: string[]
    suggestedInsertionIds?: string[]
    suggestedTableRowStyleChanges?: object
    tableRowStyle?: TableRowStyle