Click or drag to resize

XlsPivotTablesCollection Item Property (Int32)

Gets single entry from the collection.

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

Parameters

index
Type: System Int32
Zero-based index of the item to get.

Return Value

Type: IPivotTable
Single entry from the collection.

Implements

IPivotTables Item Int32
See Also