IndexOf
IndexOf(T)
public int IndexOf(T item)
| Parámetro | Escribe | Descripción |
|---|---|---|
| item | T |
Ver también
- class CollectionBase<T>
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells
IndexOf(T, int)
public int IndexOf(T item, int index)
| Parámetro | Escribe | Descripción |
|---|---|---|
| item | T | |
| index | Int32 |
Ver también
- class CollectionBase<T>
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells
IndexOf(T, int, int)
public int IndexOf(T item, int index, int count)
| Parámetro | Escribe | Descripción |
|---|---|---|
| item | T | |
| index | Int32 | |
| count | Int32 |
Ver también
- class CollectionBase<T>
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells