DataGridViewComboBoxCell.ObjectCollection.IndexOf(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the index of the specified item in the collection.
public:
virtual int IndexOf(System::Object ^ value);
public int IndexOf (object value);
public int IndexOf (object? value);
abstract member IndexOf : obj -> int
override this.IndexOf : obj -> int
Public Function IndexOf (value As Object) As Integer
Parameters
- value
- Object
An object representing the item to locate in the collection.
Returns
The zero-based index of the value
parameter if it is found in the collection; otherwise, -1.
Implements
Exceptions
value
is null
.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.