TableCellCollection.IList.IndexOf(Object) Metoda

Definice

Popis tohoto člena najdete v tématu IndexOf(Object).

 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

Parametry

value
Object

Chcete-li Object najít v .TableCellCollection

Návraty

Index, value pokud je v seznamu nalezen, v opačném případě -1.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v TableCellCollection případě, že je instance přetypovaná na IList rozhraní. Místo toho použijte typově bezpečnou IndexOf metodu.

Platí pro