Spread Silverlight Documentation
GetValue Method (CalcReference)


GrapeCity.CalcEngine Namespace > CalcReference Class : GetValue Method
The range index.
The row offset.
The column offset.
Gets the value at specified position.
Syntax
'Declaration
 
Public MustOverride Function GetValue( _
   ByVal range As System.Integer, _
   ByVal rowOffset As System.Integer, _
   ByVal columnOffset As System.Integer _
) As System.Object
'Usage
 
Dim instance As CalcReference
Dim range As System.Integer
Dim rowOffset As System.Integer
Dim columnOffset As System.Integer
Dim value As System.Object
 
value = instance.GetValue(range, rowOffset, columnOffset)
public abstract System.object GetValue( 
   System.int range,
   System.int rowOffset,
   System.int columnOffset
)

Parameters

range
The range index.
rowOffset
The row offset.
columnOffset
The column offset.

Return Value

the value.
See Also

Reference

CalcReference Class
CalcReference Members