Item
PivotFieldCollection indexer (1 of 2)
获取特定索引处的 PivotField 对象。
public PivotField this[int index] { get; }
也可以看看
- class PivotField
- class PivotFieldCollection
- 命名空间 Aspose.Cells.Pivot
- 部件 Aspose.Cells
PivotFieldCollection indexer (2 of 2)
获取特定名称的 PivotField 对象。
public PivotField this[string name] { get; }
也可以看看
- class PivotField
- class PivotFieldCollection
- 命名空间 Aspose.Cells.Pivot
- 部件 Aspose.Cells