Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcArray Class / GetValue Method
Row index
Column index


In This Topic
    GetValue Method (CalcArray)
    In This Topic
    Gets the value at the specified position in the array.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetValue( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Object
    'Usage
     
    
    Dim instance As CalcArray
    Dim row As Integer
    Dim column As Integer
    Dim value As Object
     
    value = instance.GetValue(row, column)
    public abstract object GetValue( 
       int row,
       int column
    )

    Parameters

    row
    Row index
    column
    Column index

    Return Value

    Value at the specified position
    See Also