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