-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.conditionalformatruleloadoptions.yml
61 lines (61 loc) · 2.41 KB
/
excel.interfaces.conditionalformatruleloadoptions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
### YamlMime:TSType
name: Excel.Interfaces.ConditionalFormatRuleLoadOptions
uid: 'excel!Excel.Interfaces.ConditionalFormatRuleLoadOptions:interface'
package: excel!
fullName: Excel.Interfaces.ConditionalFormatRuleLoadOptions
summary: 'Represents a rule, for all traditional rule/format pairings.'
remarks: '\[ [API set: ExcelApi 1.6](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
type: interface
properties:
- name: $all
uid: 'excel!Excel.Interfaces.ConditionalFormatRuleLoadOptions#$all:member'
package: excel!
fullName: $all
summary: >-
Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`<!-- -->) but not
the navigational properties (such as `Range.format.fill.color`<!-- -->).
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: '$all?: boolean;'
return:
type: boolean
- name: formula
uid: 'excel!Excel.Interfaces.ConditionalFormatRuleLoadOptions#formula:member'
package: excel!
fullName: formula
summary: 'The formula, if required, on which to evaluate the conditional format rule.'
remarks: '\[ [API set: ExcelApi 1.6](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'formula?: boolean;'
return:
type: boolean
- name: formulaLocal
uid: 'excel!Excel.Interfaces.ConditionalFormatRuleLoadOptions#formulaLocal:member'
package: excel!
fullName: formulaLocal
summary: 'The formula, if required, on which to evaluate the conditional format rule in the user''s language.'
remarks: '\[ [API set: ExcelApi 1.6](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'formulaLocal?: boolean;'
return:
type: boolean
- name: formulaR1C1
uid: 'excel!Excel.Interfaces.ConditionalFormatRuleLoadOptions#formulaR1C1:member'
package: excel!
fullName: formulaR1C1
summary: 'The formula, if required, on which to evaluate the conditional format rule in R1C1-style notation.'
remarks: '\[ [API set: ExcelApi 1.6](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'formulaR1C1?: boolean;'
return:
type: boolean