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