IPivotDataFields
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
PivotDataField this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As PivotDataField
Get
property PivotDataField^ default[int index] {
PivotDataField^ get (int index);
}
abstract Item : PivotDataField with get
Parameters
-
index
-
Type:
System
Int32
Zero-based index of the entry to get.
Return Value
Type:
PivotDataField
Requested data field object.
See Also