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; }
 
Public ReadOnly Default Property Item ( 
	name As String
) As IPivotTable
	Get
 
public:
virtual property IPivotTable^ default[String^ name] {
	IPivotTable^ get (String^ name) sealed;
}
 
abstract Item : IPivotTable with get
override Item : IPivotTable with get
 
 
 
Parameters
- 
name
 
- 
Type:
System
String
Pivot table name.
 
Return Value
Type:
IPivotTable
Single entry from the collection.
Implements
IPivotTables
Item
String
 
See Also