'Declaration Function GetDefinedName( _ ByVal name As String, _ ByVal row As Integer, _ ByVal column As Integer _ ) As CalcExpression
'Usage Dim instance As ICalcSource Dim name As String Dim row As Integer Dim column As Integer Dim value As CalcExpression value = instance.GetDefinedName(name, row, column)
Parameters
- name
- The name.
- row
- the base column
- column
- the base row