-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.settingcollectionloadoptions.yml
51 lines (51 loc) · 1.93 KB
/
excel.interfaces.settingcollectionloadoptions.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
### YamlMime:TSType
name: Excel.Interfaces.SettingCollectionLoadOptions
uid: 'excel!Excel.Interfaces.SettingCollectionLoadOptions:interface'
package: excel!
fullName: Excel.Interfaces.SettingCollectionLoadOptions
summary: >-
Represents a collection of key-value pair setting objects that are part of the workbook. The scope is limited to per
file and add-in (task-pane or content) combination.
remarks: '\[ [API set: ExcelApi 1.4](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
type: interface
properties:
- name: $all
uid: 'excel!Excel.Interfaces.SettingCollectionLoadOptions#$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: key
uid: 'excel!Excel.Interfaces.SettingCollectionLoadOptions#key:member'
package: excel!
fullName: key
summary: 'For EACH ITEM in the collection: The key that represents the ID of the setting.'
remarks: '\[ [API set: ExcelApi 1.4](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'key?: boolean;'
return:
type: boolean
- name: value
uid: 'excel!Excel.Interfaces.SettingCollectionLoadOptions#value:member'
package: excel!
fullName: value
summary: 'For EACH ITEM in the collection: Represents the value stored for this setting.'
remarks: '\[ [API set: ExcelApi 1.4](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'value?: boolean;'
return:
type: boolean