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