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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int CacheIndex { get; }
Public ReadOnly Property CacheIndex As Integer
	Get
public:
virtual property int CacheIndex {
	int get () sealed;
}
abstract CacheIndex : int with get
override CacheIndex : int with get

Property Value

Int32

Implements

IPivotTable..::..CacheIndex

See Also