Click or drag to resize

IPivotCalculatedFields 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
IPivotField this[
	int index
] { get; }

Parameters

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

Return Value

Type: IPivotField
Single entry from the collection.
See Also