Spread Windows Forms 15.0
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()
    IValuesArray GetValuesArray()

    Return Value

    A IValuesArray value represents the values array value.
    See Also