XlsPivotTable
CacheIndex Property
|
Gets Index of the pivot Cache.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 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
Type:
Int32
Implements
IPivotTable
CacheIndex
See Also