-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.pivothierarchydata.yml
47 lines (47 loc) · 1.62 KB
/
excel.interfaces.pivothierarchydata.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
### YamlMime:TSType
name: Excel.Interfaces.PivotHierarchyData
uid: 'excel!Excel.Interfaces.PivotHierarchyData:interface'
package: excel!
fullName: Excel.Interfaces.PivotHierarchyData
summary: An interface describing the data returned by calling `pivotHierarchy.toJSON()`<!-- -->.
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: fields
uid: 'excel!Excel.Interfaces.PivotHierarchyData#fields:member'
package: excel!
fullName: fields
summary: Returns the PivotFields associated with the PivotHierarchy.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'fields?: Excel.Interfaces.PivotFieldData[];'
return:
type: '<xref uid="excel!Excel.Interfaces.PivotFieldData:interface" />[]'
- name: id
uid: 'excel!Excel.Interfaces.PivotHierarchyData#id:member'
package: excel!
fullName: id
summary: 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?: string;'
return:
type: string
- name: name
uid: 'excel!Excel.Interfaces.PivotHierarchyData#name:member'
package: excel!
fullName: name
summary: 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?: string;'
return:
type: string