Google Apps Script API
    Preparing search index...
    interface UpdateTableBorderPropertiesRequest {
        borderPosition?: string;
        fields?: string;
        objectId?: string;
        tableBorderProperties?: TableBorderProperties;
        tableRange?: TableRange;
    }
    Index

    Properties

    borderPosition?: string
    fields?: string
    objectId?: string
    tableBorderProperties?: TableBorderProperties
    tableRange?: TableRange