Click or drag to resize

IPivotTables Item Property (String)

Gets single entry from the collection.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IPivotTable this[
	string name
] { get; }

Parameters

name
Type: System String
Pivot table name.

Return Value

Type: IPivotTable
Single entry from the collection.
See Also