Click or drag to resize

XlsSlicerCacheItemCollection Item Property

Gets the slicer cache item at the specified index.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsSlicerCacheItem this[
	int index
] { get; }

Parameters

index
Type: System Int32
The zero-based index of the slicer cache item to get.

Return Value

Type: XlsSlicerCacheItem
The XlsSlicerCacheItem at the specified index.
See Also