PivotDataFields
Item Property (Int32)
|
Gets single entry from the collection. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public PivotDataField this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PivotDataField
Get
public:
virtual property PivotDataField^ default[int index] {
PivotDataField^ get (int index) sealed;
}
abstract Item : PivotDataField with get
override Item : PivotDataField with get
Parameters
-
index
-
Type:
System
Int32
Item's index to get from the collection.
Return Value
Type:
PivotDataField
Single entry from the collection.
Implements
IPivotDataFields
Item
Int32
See Also