Google Apps Script API
    Preparing search index...
    interface UpdateTableCellPropertiesRequest {
        fields?: string;
        objectId?: string;
        tableCellProperties?: TableCellProperties;
        tableRange?: TableRange;
    }
    Index

    Properties

    fields?: string
    objectId?: string
    tableCellProperties?: TableCellProperties
    tableRange?: TableRange