Spread Silverlight Documentation
GetDefinedName Method


GrapeCity.CalcEngine Namespace > ICalcSource Interface : GetDefinedName Method
The name.
the base column
the base row
Gets an expression for the name.
Syntax
'Declaration
 
Function GetDefinedName( _
   ByVal name As System.String, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As CalcExpression
'Usage
 
Dim instance As ICalcSource
Dim name As System.String
Dim row As System.Integer
Dim column As System.Integer
Dim value As CalcExpression
 
value = instance.GetDefinedName(name, row, column)
CalcExpression GetDefinedName( 
   System.string name,
   System.int row,
   System.int column
)

Parameters

name
The name.
row
the base column
column
the base row
See Also

Reference

ICalcSource Interface
ICalcSource Members