LastIndexOf
LastIndexOf(T)
public int LastIndexOf(T item)
Parametro | Tipo | Descrizione |
---|---|---|
item | T |
Guarda anche
- class CollectionBase<T>
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells
LastIndexOf(T, int)
public int LastIndexOf(T item, int index)
Parametro | Tipo | Descrizione |
---|---|---|
item | T | |
index | Int32 |
Guarda anche
- class CollectionBase<T>
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells
LastIndexOf(T, int, int)
public int LastIndexOf(T item, int index, int count)
Parametro | Tipo | Descrizione |
---|---|---|
item | T | |
index | Int32 | |
count | Int32 |
Guarda anche
- class CollectionBase<T>
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells