[]
        
(Showing Draft Content)

FarPoint.CalcEngine.CalcArray.GetValue

GetValue Method

GetValue(int, int)

Gets the value at the specified position in the array.

Declaration
public abstract object GetValue(int row, int column)
Public MustOverride Function GetValue(row As Integer, column As Integer) As Object
Parameters
Type Name Description
int row

Row index

int column

Column index

Returns
Type Description
object

Value at the specified position