IDevExpressQuantumGridFindRow Method (String, Object, String) |
Returns the index of the first row that contains the specified value in the specified column.
Namespace:
SmartBear.TestLeft.TestObjects.VCL.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax int FindRow(
string columnName,
Object value,
string viewName
)
Function FindRow (
columnName As String,
value As Object,
viewName As String
) As Integer
Dim instance As IDevExpressQuantumGrid
Dim columnName As String
Dim value As Object
Dim viewName As String
Dim returnValue As Integer
returnValue = instance.FindRow(columnName,
value, viewName)
int FindRow(
String^ columnName,
Object^ value,
String^ viewName
)
Parameters
- columnName
- Type: SystemString
The column’s name. - value
- Type: SystemObject
Specifies the value to be found. - viewName
- Type: SystemString
The view’s name.
Return Value
Type:
Int32The index or the first row that containes the specified value.
Exceptions See Also