Click or drag to resize

XlsPivotTablesCollection Item Property (String)

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[
	string name
] { get; }

Parameters

name
Type: System String
Pivot table name.

Return Value

Type: IPivotTable
Single entry from the collection.

Implements

IPivotTables Item String
See Also