FindObjectIndex Method (TableRowCollection)
Performs a fast search for the specified object within the current
C1.C1Preview.Util.FastList.
'Declaration
Protected Function FindObjectIndex( _
ByVal As Object, _
ByRef As Integer _
) As Boolean
Parameters
- obj
- The object to search for.
- index
- OUT: the index of within the current list, or 0 if the object was not found.
Return Value
true if was found, false otherwise.