Google Apps Script API
    Preparing search index...
    interface Table {
        columns?: number;
        rows?: number;
        suggestedDeletionIds?: string[];
        suggestedInsertionIds?: string[];
        tableRows?: GoogleAppsScript.Docs.Schema.TableRow[];
        tableStyle?: TableStyle;
    }
    Index

    Properties

    columns?: number
    rows?: number
    suggestedDeletionIds?: string[]
    suggestedInsertionIds?: string[]
    tableStyle?: TableStyle