Click or drag to resize

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

Parameters

index
Type: System Int32
Zero-based index of the entry to get.

Return Value

Type: PivotDataField
Requested data field object.
See Also