IDevExpressQuantumGridFindRow Method (Int32, Object, Int32) |
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(
int columnIndex,
Object value,
int viewIndex
)
Function FindRow (
columnIndex As Integer,
value As Object,
viewIndex As Integer
) As Integer
Dim instance As IDevExpressQuantumGrid
Dim columnIndex As Integer
Dim value As Object
Dim viewIndex As Integer
Dim returnValue As Integer
returnValue = instance.FindRow(columnIndex,
value, viewIndex)
int FindRow(
int columnIndex,
Object^ value,
int viewIndex
)
Parameters
- columnIndex
- Type: SystemInt32
The zero-based index of the column. - value
- Type: SystemObject
Specifies the value to be found. - viewIndex
- Type: SystemInt32
The zero-based index of the view.
Return Value
Type:
Int32The index or the first row that containes the specified value.
Exceptions See Also