FindLastIndex
FindLastIndex(Predicate<T>)
public int FindLastIndex(Predicate<T> match)
| Parametro | Tipo | Descrizione |
|---|---|---|
| match | Predicate`1 |
Guarda anche
- class CollectionBase<T>
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells
FindLastIndex(int, Predicate<T>)
public int FindLastIndex(int startIndex, Predicate<T> match)
| Parametro | Tipo | Descrizione |
|---|---|---|
| startIndex | Int32 | |
| match | Predicate`1 |
Guarda anche
- class CollectionBase<T>
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells
FindLastIndex(int, int, Predicate<T>)
public int FindLastIndex(int startIndex, int count, Predicate<T> match)
| Parametro | Tipo | Descrizione |
|---|---|---|
| startIndex | Int32 | |
| count | Int32 | |
| match | Predicate`1 |
Guarda anche
- class CollectionBase<T>
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells