LastIndexOf
LastIndexOf(T)
public int LastIndexOf(T item)
| Parametre | Tip | Tanım |
|---|---|---|
| item | T |
Ayrıca bakınız
- class CollectionBase<T>
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
LastIndexOf(T, int)
public int LastIndexOf(T item, int index)
| Parametre | Tip | Tanım |
|---|---|---|
| item | T | |
| index | Int32 |
Ayrıca bakınız
- class CollectionBase<T>
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
LastIndexOf(T, int, int)
public int LastIndexOf(T item, int index, int count)
| Parametre | Tip | Tanım |
|---|---|---|
| item | T | |
| index | Int32 | |
| count | Int32 |
Ayrıca bakınız
- class CollectionBase<T>
- ad alanı Aspose.Cells
- toplantı Aspose.Cells