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