BaseListControlObjectCollectionIndexOf Method
Get the index of the specified object in the collection
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int IndexOf(
Object value
)
Public Function IndexOf (
value As Object
) As Integer
public:
virtual int IndexOf(
Object^ value
) sealed
abstract IndexOf :
value : Object -> int
override IndexOf :
value : Object -> int
- value Object
- The value for which to get the index
Int32The index of the item or -1 if not found
IListIndexOf(Object)