GetColumnByIndex
ColumnCollection.GetColumnByIndex method
获取Column对象在列表中的位置。
public Column GetColumnByIndex(int index)
| 范围 | 类型 | 描述 |
|---|---|---|
| index | Int32 | 列表中的位置。 |
返回值
返回列对象。
也可以看看
- class Column
- class ColumnCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
获取Column对象在列表中的位置。
public Column GetColumnByIndex(int index)
| 范围 | 类型 | 描述 |
|---|---|---|
| index | Int32 | 列表中的位置。 |
返回列对象。