FindRow Method
Description
Finds and returns a GridRow that corresponds with a specific GridRecord.
Syntax
Public Function FindRow( _
ByVal Record As [GridRecord](XtremeGridControl~GridRecord.md) _
) As [GridRow](XtremeGridControl~GridRow.md)
Parameters
- Record: A GridRecord object to search for.
Return Type
Returns the GridRow that corresponds to the GridRecord that was searched for. If the row could not be found, null is returned.
Remarks
The FindRow method is used to find the GridRow that a specific GridRecord currently belongs to. The FindRow method is needed because the row can change based on how the items are sorted, grouped, or if some items are hidden.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.