Excel.Interfaces.PivotFieldData interface
一个接口,用于描述通过调用 pivotField.toJSON()返回的数据。
属性
| id | PivotField 的 ID。 |
| items | 返回与 PivotField 关联的 PivotItems。 |
| name | PivotField 的名称。 |
| show |
确定是否显示 PivotField 的所有项。 |
| subtotals | PivotField 小计。 |
属性详细信息
id
items
返回与 PivotField 关联的 PivotItems。
items?: Excel.Interfaces.PivotItemData[];