Spread WPF 17
GrapeCity.CalcEngine Namespace / ICalcSource Interface / GetDefinedName Method
The name.
the base column
the base row


In This Topic
    GetDefinedName Method
    In This Topic
    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
    See Also