IPivotFields
Item Property (Int32)
 | 
Returns 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
 
IPivotField this[
	int index
] { get; }
 
ReadOnly Default Property Item ( 
	index As Integer
) As IPivotField
	Get
 
property IPivotField^ default[int index] {
	IPivotField^ get (int index);
}
 
abstract Item : IPivotField with get
 
 
 
Parameters
- 
index
 
- 
Type:
System
Int32
Item index to return.
 
Return Value
Type:
IPivotField
Single entry from the collection.
 
See Also