Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Sheets
Schema
UpdateConditionalFormatRuleResponse
Interface UpdateConditionalFormatRuleResponse
interface
UpdateConditionalFormatRuleResponse
{
newIndex
?:
number
;
newRule
?:
GoogleAppsScript
.
Sheets
.
Schema
.
ConditionalFormatRule
;
oldIndex
?:
number
;
oldRule
?:
GoogleAppsScript
.
Sheets
.
Schema
.
ConditionalFormatRule
;
}
Index
Properties
new
Index?
new
Rule?
old
Index?
old
Rule?
Properties
Optional
new
Index
newIndex
?:
number
Optional
new
Rule
newRule
?:
GoogleAppsScript
.
Sheets
.
Schema
.
ConditionalFormatRule
Optional
old
Index
oldIndex
?:
number
Optional
old
Rule
oldRule
?:
GoogleAppsScript
.
Sheets
.
Schema
.
ConditionalFormatRule
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
new
Index
new
Rule
old
Index
old
Rule
Google Apps Script API
Loading...