Google Apps Script API
    Preparing search index...
    interface InsertTableRowsRequest {
        cellLocation?: GoogleAppsScript.Slides.Schema.TableCellLocation;
        insertBelow?: boolean;
        number?: number;
        tableObjectId?: string;
    }
    Index

    Properties

    insertBelow?: boolean
    number?: number
    tableObjectId?: string