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


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

    Parameters

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