Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PivotCachesCollection PivotCaches { get; }
Public ReadOnly Property PivotCaches As PivotCachesCollection
	Get
public:
property PivotCachesCollection^ PivotCaches {
	PivotCachesCollection^ get ();
}
member PivotCaches : PivotCachesCollection with get

Property Value

PivotCachesCollection

See Also