PivotFieldCollection.Item
PivotFieldCollection indexer (1 of 2)
Gets the PivotField Object at the specific index.
public PivotField this[int index] { get; }
See Also
- class PivotField
- class PivotFieldCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
PivotFieldCollection indexer (2 of 2)
Gets the PivotField Object of the specific name.
public PivotField this[string name] { get; }
See Also
- class PivotField
- class PivotFieldCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells