Click or drag to resize

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; }

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