Click or drag to resize

IPivotCache Interface

Represents pivot cache.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IPivotCache

The IPivotCache type exposes the following members.

Properties
Name Description
Public property Index
Gets zero-based cache index.Read-only.
Public property SourceRange
Returns the data source for the PivotTable report. Read-only.
Public property SourceType
Specifies the pivot table cache source type.Read-only.
Top
See Also