IndexOf
IndexOf(T)
public int IndexOf(T item)
Parametre | Tip | Tanım |
---|---|---|
item | T |
Ayrıca bakınız
- class CollectionBase<T>
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
IndexOf(T, int)
public int IndexOf(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
IndexOf(T, int, int)
public int IndexOf(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