Click or drag to resize

PivotTableCollectionItem(Int32) Property

Returns an object PivotTable from the collection at a specific index.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public PivotTable this[
	int index
] { get; }

Parameters

index  Int32
Index.

Property Value

PivotTable
See Also