PivotFieldCollectionItem Property (Int32) |
Gets the PivotField Object at the specific index.
Namespace:
Aspose.Cells.Pivot
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic PivotField this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PivotField
Get
public:
property PivotField^ default[int index] {
PivotField^ get (int index);
}
member Item : PivotField with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
PivotField
See Also