'Declaration Public Overrides Function GetId( _ ByVal row As System.Integer, _ ByVal column As System.Integer _ ) As CalcIdentity
'Usage Dim instance As CalcCellExpression Dim row As System.Integer Dim column As System.Integer Dim value As CalcIdentity value = instance.GetId(row, column)
public override CalcIdentity GetId( System.int row, System.int column )
Parameters
- row
- The base row.
- column
- The base column.