Finds all rows which values of the specified
Column matches the specified value.
Namespace:
Easymap.AddIn.Data
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public int[] FindAny(
string columnName,
Object value
)
Public Function FindAny (
columnName As String,
value As Object
) As Integer()
Parameters
- columnName
- Type: SystemString
- value
- Type: SystemObject
Return Value
Type:
Int32Returns the found row indizies
See Also