Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcReferenceExpression Class / GetId Method
The base row.
The base column.


In This Topic
    GetId Method (CalcReferenceExpression)
    In This Topic
    Gets the identity of current expressions based on row and column.
    Syntax
    'Declaration
     
    Public MustOverride Function GetId( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As CalcIdentity
    'Usage
     
    Dim instance As CalcReferenceExpression
    Dim row As Integer
    Dim column As Integer
    Dim value As CalcIdentity
     
    value = instance.GetId(row, column)
    public abstract CalcIdentity GetId( 
       int row,
       int column
    )

    Parameters

    row
    The base row.
    column
    The base column.
    See Also