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