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