GrapeCity.Xaml.CalcEngine
GetRow Method (CalcReference)


GrapeCity.CalcEngine Namespace > CalcReference Class : GetRow Method
The range index.
Gets the base row index for a range which specified by range.
Syntax
'Declaration
 
Public MustOverride Function GetRow( _
   ByVal range As Integer _
) As Integer
'Usage
 
Dim instance As CalcReference
Dim range As Integer
Dim value As Integer
 
value = instance.GetRow(range)
public abstract int GetRow( 
   int range
)

Parameters

range
The range index.

Return Value

An System.Int32 indicates the base row index for range at range.
See Also

Reference

CalcReference Class
CalcReference Members