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

    Properties

    insertRight?: boolean
    number?: number
    tableObjectId?: string