Click or drag to resize

PivotTableCollectionItem(String) Property

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

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.10.17
Syntax
public PivotTable this[
	string name
] { get; }

Parameters

name  String
PivotTable name.

Property Value

PivotTable
See Also