LastIndexOf
LastIndexOf(T)
public int LastIndexOf(T item)
Parámetro | Escribe | Descripción |
---|---|---|
item | T |
Ver también
- class CollectionBase<T>
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells
LastIndexOf(T, int)
public int LastIndexOf(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
LastIndexOf(T, int, int)
public int LastIndexOf(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