CollectionBase1.IndexOf
IndexOf(T)
public int IndexOf(T item)
| Parameter | Type | Description |
|---|---|---|
| item | T |
See Also
- class CollectionBase<T>
- namespace Aspose.Cells
- assembly Aspose.Cells
IndexOf(T, int)
public int IndexOf(T item, int index)
| Parameter | Type | Description |
|---|---|---|
| item | T | |
| index | Int32 |
See Also
- class CollectionBase<T>
- namespace Aspose.Cells
- assembly Aspose.Cells
IndexOf(T, int, int)
public int IndexOf(T item, int index, int count)
| Parameter | Type | Description |
|---|---|---|
| item | T | |
| index | Int32 | |
| count | Int32 |
See Also
- class CollectionBase<T>
- namespace Aspose.Cells
- assembly Aspose.Cells