public int GetRowIndex( long objectId, bool activePageSearch )
Public Function GetRowIndex( _ ByVal objectId As Long, _ ByVal activePageSearch As Boolean _ ) As Integer
Parameters
- objectId
- The object id of the row.
- activePageSearch
- Only search the active pages of the table for the object id.
Return Value
The index of the row or -1 if the object id is not found.