-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.workbookloadoptions.yml
190 lines (190 loc) · 7.88 KB
/
excel.interfaces.workbookloadoptions.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
### YamlMime:TSType
name: Excel.Interfaces.WorkbookLoadOptions
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions:interface'
package: excel!
fullName: Excel.Interfaces.WorkbookLoadOptions
summary: >-
Workbook is the top level object which contains related workbook objects such as worksheets, tables, and ranges. To
learn more about the workbook object model, read [Work with workbooks using the Excel JavaScript
API](https://learn.microsoft.com/office/dev/add-ins/excel/excel-add-ins-workbooks)<!-- -->.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
type: interface
properties:
- name: $all
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#$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: application
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#application:member'
package: excel!
fullName: application
summary: Represents the Excel application instance that contains this workbook.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'application?: Excel.Interfaces.ApplicationLoadOptions;'
return:
type: '<xref uid="excel!Excel.Interfaces.ApplicationLoadOptions:interface" />'
- name: autoSave
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#autoSave:member'
package: excel!
fullName: autoSave
summary: Specifies if the workbook is in AutoSave mode.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'autoSave?: boolean;'
return:
type: boolean
- name: bindings
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#bindings:member'
package: excel!
fullName: bindings
summary: Represents a collection of bindings that are part of the workbook.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'bindings?: Excel.Interfaces.BindingCollectionLoadOptions;'
return:
type: '<xref uid="excel!Excel.Interfaces.BindingCollectionLoadOptions:interface" />'
- name: calculationEngineVersion
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#calculationEngineVersion:member'
package: excel!
fullName: calculationEngineVersion
summary: Returns a number about the version of Excel Calculation Engine.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'calculationEngineVersion?: boolean;'
return:
type: boolean
- name: chartDataPointTrack
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#chartDataPointTrack:member'
package: excel!
fullName: chartDataPointTrack
summary: >-
True if all charts in the workbook are tracking the actual data points to which they are attached. False if the
charts track the index of the data points.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'chartDataPointTrack?: boolean;'
return:
type: boolean
- name: isDirty
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#isDirty:member'
package: excel!
fullName: isDirty
summary: >-
Specifies if changes have been made since the workbook was last saved. You can set this property to `true` if you
want to close a modified workbook without either saving it or being prompted to save it.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'isDirty?: boolean;'
return:
type: boolean
- name: name
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#name:member'
package: excel!
fullName: name
summary: Gets the workbook name.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'name?: boolean;'
return:
type: boolean
- name: previouslySaved
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#previouslySaved:member'
package: excel!
fullName: previouslySaved
summary: Specifies if the workbook has ever been saved locally or online.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'previouslySaved?: boolean;'
return:
type: boolean
- name: properties
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#properties:member'
package: excel!
fullName: properties
summary: Gets the workbook properties.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'properties?: Excel.Interfaces.DocumentPropertiesLoadOptions;'
return:
type: '<xref uid="excel!Excel.Interfaces.DocumentPropertiesLoadOptions:interface" />'
- name: protection
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#protection:member'
package: excel!
fullName: protection
summary: Returns the protection object for a workbook.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'protection?: Excel.Interfaces.WorkbookProtectionLoadOptions;'
return:
type: '<xref uid="excel!Excel.Interfaces.WorkbookProtectionLoadOptions:interface" />'
- name: readOnly
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#readOnly:member'
package: excel!
fullName: readOnly
summary: Returns `true` if the workbook is open in read-only mode.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'readOnly?: boolean;'
return:
type: boolean
- name: tables
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#tables:member'
package: excel!
fullName: tables
summary: Represents a collection of tables associated with the workbook.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'tables?: Excel.Interfaces.TableCollectionLoadOptions;'
return:
type: '<xref uid="excel!Excel.Interfaces.TableCollectionLoadOptions:interface" />'
- name: usePrecisionAsDisplayed
uid: 'excel!Excel.Interfaces.WorkbookLoadOptions#usePrecisionAsDisplayed:member'
package: excel!
fullName: usePrecisionAsDisplayed
summary: >-
True if calculations in this workbook will be done using only the precision of the numbers as they're displayed.
Data will permanently lose accuracy when switching this property from `false` to `true`<!-- -->.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'usePrecisionAsDisplayed?: boolean;'
return:
type: boolean