CollectionBase1.FindIndex
FindIndex(Predicate<T>)
public int FindIndex(Predicate<T> match)
| Parameter | Type | Description |
|---|---|---|
| match | Predicate`1 |
See Also
- class CollectionBase<T>
- namespace Aspose.Cells
- assembly Aspose.Cells
FindIndex(int, Predicate<T>)
public int FindIndex(int startIndex, Predicate<T> match)
| Parameter | Type | Description |
|---|---|---|
| startIndex | Int32 | |
| match | Predicate`1 |
See Also
- class CollectionBase<T>
- namespace Aspose.Cells
- assembly Aspose.Cells
FindIndex(int, int, Predicate<T>)
public int FindIndex(int startIndex, int count, Predicate<T> match)
| Parameter | Type | Description |
|---|---|---|
| startIndex | Int32 | |
| count | Int32 | |
| match | Predicate`1 |
See Also
- class CollectionBase<T>
- namespace Aspose.Cells
- assembly Aspose.Cells