IndexOf
IndexOf(T)
public int IndexOf(T item)
| معامل | يكتب | وصف |
|---|---|---|
| item | T |
أنظر أيضا
- class CollectionBase<T>
- مساحة الاسم Aspose.Cells
- المجسم Aspose.Cells
IndexOf(T, int)
public int IndexOf(T item, int index)
| معامل | يكتب | وصف |
|---|---|---|
| item | T | |
| index | Int32 |
أنظر أيضا
- class CollectionBase<T>
- مساحة الاسم Aspose.Cells
- المجسم Aspose.Cells
IndexOf(T, int, int)
public int IndexOf(T item, int index, int count)
| معامل | يكتب | وصف |
|---|---|---|
| item | T | |
| index | Int32 | |
| count | Int32 |
أنظر أيضا
- class CollectionBase<T>
- مساحة الاسم Aspose.Cells
- المجسم Aspose.Cells