check_column方法
check_column(self, column_index)
获取指定列索引处的 Column 元素或 null。
返回
列对象。
def check_column(self, column_index):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| column_index | int | 列索引。 |
也可以看看
- 模块
aspose.cells - 类
Cells - 类
Column
获取指定列索引处的 Column 元素或 null。
列对象。
def check_column(self, column_index):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| column_index | int | 列索引。 |
aspose.cellsCellsColumn