GrapeCity.Xaml.CalcEngine
GetDefinedName Method


The name.
the base column
the base row
Gets an expression for the name.
Syntax
'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)
CalcExpression GetDefinedName( 
   string name,
   int row,
   int column
)

Parameters

name
The name.
row
the base column
column
the base row
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ICalcSource Interface
ICalcSource Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options