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