Google Apps Script API
    Preparing search index...
    interface TableCell {
        content?: StructuralElement[];
        endIndex?: number;
        startIndex?: number;
        suggestedDeletionIds?: string[];
        suggestedInsertionIds?: string[];
        suggestedTableCellStyleChanges?: object;
        tableCellStyle?: TableCellStyle;
    }
    Index

    Properties

    content?: StructuralElement[]
    endIndex?: number
    startIndex?: number
    suggestedDeletionIds?: string[]
    suggestedInsertionIds?: string[]
    suggestedTableCellStyleChanges?: object
    tableCellStyle?: TableCellStyle