-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.pivothierarchycollectionloadoptions.yml
49 lines (49 loc) · 1.84 KB
/
excel.interfaces.pivothierarchycollectionloadoptions.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
### YamlMime:TSType
name: Excel.Interfaces.PivotHierarchyCollectionLoadOptions
uid: 'excel!Excel.Interfaces.PivotHierarchyCollectionLoadOptions:interface'
package: excel!
fullName: Excel.Interfaces.PivotHierarchyCollectionLoadOptions
summary: Represents a collection of all the PivotHierarchies that are part of the PivotTable.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
type: interface
properties:
- name: $all
uid: 'excel!Excel.Interfaces.PivotHierarchyCollectionLoadOptions#$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: id
uid: 'excel!Excel.Interfaces.PivotHierarchyCollectionLoadOptions#id:member'
package: excel!
fullName: id
summary: 'For EACH ITEM in the collection: ID of the PivotHierarchy.'
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'id?: boolean;'
return:
type: boolean
- name: name
uid: 'excel!Excel.Interfaces.PivotHierarchyCollectionLoadOptions#name:member'
package: excel!
fullName: name
summary: 'For EACH ITEM in the collection: Name of the PivotHierarchy.'
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'name?: boolean;'
return:
type: boolean