Spread Windows Forms 12.0 Product Documentation
GetValuesArray Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IValue Interface : GetValuesArray Method
Gets the values array value.
Syntax
'Declaration
 
Function GetValuesArray() As IValuesArray
'Usage
 
Dim instance As IValue
Dim value As IValuesArray
 
value = instance.GetValuesArray()
IValuesArray GetValuesArray()

Return Value

A IValuesArray value represents the values array value.
See Also

Reference

IValue Interface
IValue Members