Finds the first row which value of the specified
Column matches the specified key.
Namespace: Easymap.AddIn.DataAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic int FindKey(
string columnName,
Object key
)
Public Function FindKey (
columnName As String,
key As Object
) As Integer
Parameters
- columnName String
-
- key Object
-
Return Value
Int32Returns the found row indizies
Remarks
This function matches keys with or without leading zeros.
See Also