Spread for ASP.NET 12 Product Documentation
GetValue Method (CalcReference)


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > CalcReference Class : GetValue Method
Row index
Column index
Gets the value at the specified position in the cell or range reference.
Syntax
'Declaration
 
Public MustOverride Function GetValue( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Object
'Usage
 
Dim instance As CalcReference
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

Reference

CalcReference Class
CalcReference Members