IPivotTables
Item Property (Int32)
 | 
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[
	int index
] { get; }
 
ReadOnly Default Property Item ( 
	index As Integer
) As IPivotTable
	Get
 
property IPivotTable^ default[int index] {
	IPivotTable^ get (int index);
}
 
abstract 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.
 
See Also