PivotFields.Item
PivotFields indexer (1 of 2)
Gets a PivotField by index.
public PivotField this[int index] { get; }
See Also
- class PivotField
- class PivotFields
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
PivotFields indexer (2 of 2)
Gets a PivotField by name.
public PivotField this[string name] { get; }
See Also
- class PivotField
- class PivotFields
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb