FindLastIndex
FindLastIndex(Predicate<T>)
public int FindLastIndex(Predicate<T> match)
| Parametre | Tip | Tanım |
|---|---|---|
| match | Predicate`1 |
Ayrıca bakınız
- class CollectionBase<T>
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
FindLastIndex(int, Predicate<T>)
public int FindLastIndex(int startIndex, Predicate<T> match)
| Parametre | Tip | Tanım |
|---|---|---|
| startIndex | Int32 | |
| match | Predicate`1 |
Ayrıca bakınız
- class CollectionBase<T>
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
FindLastIndex(int, int, Predicate<T>)
public int FindLastIndex(int startIndex, int count, Predicate<T> match)
| Parametre | Tip | Tanım |
|---|---|---|
| startIndex | Int32 | |
| count | Int32 | |
| match | Predicate`1 |
Ayrıca bakınız
- class CollectionBase<T>
- ad alanı Aspose.Cells
- toplantı Aspose.Cells