Click or drag to resize

XlsPivotCacheField GetValue Method

Returns value at index.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Object GetValue(
	int index
)

Parameters

index
Type: System Int32
Index of the value to get.

Return Value

Type: Object
Requested value.
See Also