XlsPivotTable
Cache Property
|
Returns cache used by this pivot table. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public PivotCache Cache { get; }
Public ReadOnly Property Cache As PivotCache
Get
public:
property PivotCache^ Cache {
PivotCache^ get ();
}
member Cache : PivotCache with get
Property Value
Type:
PivotCache
See Also