GridColumnStylesCollection.IList.IndexOf(Object) Method

Definition

Returns the zero-based index of the first occurrence of the specified object in the collection.

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

Parameters

value
Object

The object to locate in the collection. The value can be null.

Returns

The zero-based index of the first occurrence of the value parameter within the collection, if found; otherwise, -1.

Implements

Applies to