IndexOf
IndexOf(T)
public int IndexOf(T item)
| Параметр | Тип | Описание |
|---|---|---|
| item | T |
Смотрите также
- class CollectionBase<T>
- пространство имен Aspose.Cells
- сборка Aspose.Cells
IndexOf(T, int)
public int IndexOf(T item, int index)
| Параметр | Тип | Описание |
|---|---|---|
| item | T | |
| index | Int32 |
Смотрите также
- class CollectionBase<T>
- пространство имен Aspose.Cells
- сборка Aspose.Cells
IndexOf(T, int, int)
public int IndexOf(T item, int index, int count)
| Параметр | Тип | Описание |
|---|---|---|
| item | T | |
| index | Int32 | |
| count | Int32 |
Смотрите также
- class CollectionBase<T>
- пространство имен Aspose.Cells
- сборка Aspose.Cells