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
)
 
Public Function GetValue ( 
	index As Integer
) As Object
 
public:
Object^ GetValue(
	int index
)
 
member GetValue : 
index : int -> Object 
 
 
 
Parameters
- 
index
 
- 
Type:
System
Int32
Index of the value to get.
 
Return Value
Type:
Object
Requested value.
 
See Also