Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IIndirectCellValue Interface / GetValue Method


In This Topic
    GetValue Method (IIndirectCellValue)
    In This Topic
    Gets the value of this IIndirectCellValue object and set to the target object.
    Syntax
    'Declaration
     
    
    Sub GetValue( _
       ByVal target As IPrimitiveValue _
    ) 
    'Usage
     
    
    Dim instance As IIndirectCellValue
    Dim target As IPrimitiveValue
     
    instance.GetValue(target)
    void GetValue( 
       IPrimitiveValue target
    )

    Parameters

    target
    See Also