Google Apps Script API
    Preparing search index...
    interface UpdateConditionalFormatRuleRequest {
        index?: number;
        newIndex?: number;
        rule?: GoogleAppsScript.Sheets.Schema.ConditionalFormatRule;
        sheetId?: number;
    }
    Index

    Properties

    index?: number
    newIndex?: number
    sheetId?: number