Finds the first row which value of the specified
Column matches the specified value.
Namespace: Easymap.AddIn.DataAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic int Find(
string columnName,
Object value
)
Public Function Find (
columnName As String,
value As Object
) As Integer
Parameters
- columnName String
-
- value Object
-
Return Value
Int32Returns the found row indizies
See Also