Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface / GetValuesArray Method


In This Topic
GetValuesArray Method
In This Topic
Gets the values array value.
Syntax
'Declaration
 
Function GetValuesArray() As IValuesArray
 
'Usage
 
Dim instance As IValue
Dim value As IValuesArray
 
value = instance.GetValuesArray()

Return Value

A IValuesArray value represents the values array value.
See Also