Google Apps Script API
    Preparing search index...
    interface TableCell {
        columnSpan?: number;
        location?: GoogleAppsScript.Slides.Schema.TableCellLocation;
        rowSpan?: number;
        tableCellProperties?: TableCellProperties;
        text?: TextContent;
    }
    Index

    Properties

    columnSpan?: number
    rowSpan?: number
    tableCellProperties?: TableCellProperties