Spread Windows Forms 12.0 Product Documentation
GetRefersTo Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IName Interface : GetRefersTo Method
An integer value indicates the context row index.
An integer value indicates the context column index.
Gets the formula in A1 format which the defined name refers to.
Syntax
'Declaration
 
Function GetRefersTo( _
   ByVal contextRow As Integer, _
   ByVal contextColumn As Integer _
) As String
'Usage
 
Dim instance As IName
Dim contextRow As Integer
Dim contextColumn As Integer
Dim value As String
 
value = instance.GetRefersTo(contextRow, contextColumn)
string GetRefersTo( 
   int contextRow,
   int contextColumn
)

Parameters

contextRow
An integer value indicates the context row index.
contextColumn
An integer value indicates the context column index.

Return Value

The string value represents formula which the defined name refers to.
See Also

Reference

IName Interface
IName Members