FindIndex
FindIndex(Predicate<T>)
public int FindIndex(Predicate<T> match)
| Paramètre | Taper | La description |
|---|---|---|
| match | Predicate`1 |
Voir également
- class CollectionBase<T>
- espace de noms Aspose.Cells
- Assemblée Aspose.Cells
FindIndex(int, Predicate<T>)
public int FindIndex(int startIndex, Predicate<T> match)
| Paramètre | Taper | La description |
|---|---|---|
| startIndex | Int32 | |
| match | Predicate`1 |
Voir également
- class CollectionBase<T>
- espace de noms Aspose.Cells
- Assemblée Aspose.Cells
FindIndex(int, int, Predicate<T>)
public int FindIndex(int startIndex, int count, Predicate<T> match)
| Paramètre | Taper | La description |
|---|---|---|
| startIndex | Int32 | |
| count | Int32 | |
| match | Predicate`1 |
Voir également
- class CollectionBase<T>
- espace de noms Aspose.Cells
- Assemblée Aspose.Cells