FindLastIndex
FindLastIndex(Predicate<T>)
public int FindLastIndex(Predicate<T> match)
| Parameter | Typ | Beschreibung |
|---|---|---|
| match | Predicate`1 |
Siehe auch
- class CollectionBase<T>
- namensraum Aspose.Cells
- Montage Aspose.Cells
FindLastIndex(int, Predicate<T>)
public int FindLastIndex(int startIndex, Predicate<T> match)
| Parameter | Typ | Beschreibung |
|---|---|---|
| startIndex | Int32 | |
| match | Predicate`1 |
Siehe auch
- class CollectionBase<T>
- namensraum Aspose.Cells
- Montage Aspose.Cells
FindLastIndex(int, int, Predicate<T>)
public int FindLastIndex(int startIndex, int count, Predicate<T> match)
| Parameter | Typ | Beschreibung |
|---|---|---|
| startIndex | Int32 | |
| count | Int32 | |
| match | Predicate`1 |
Siehe auch
- class CollectionBase<T>
- namensraum Aspose.Cells
- Montage Aspose.Cells