XlsPivotTablesCollection
Item Property (Int32)
 | 
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[
	int index
] { get; }
 
Public ReadOnly Default Property Item ( 
	index As Integer
) As IPivotTable
	Get
 
public:
virtual property IPivotTable^ default[int index] {
	IPivotTable^ get (int index) sealed;
}
 
abstract Item : IPivotTable with get
override Item : IPivotTable with get
 
 
 
Parameters
- 
index
 
- 
Type:
System
Int32
Zero-based index of the item to get.
 
Return Value
Type:
IPivotTable
Single entry from the collection.
Implements
IPivotTables
Item
Int32
 
See Also