InsertColumn
InsertColumn(int, bool)
在工作表中插入一个新列。
public void InsertColumn(int columnIndex, bool updateReference)
范围 | 类型 | 描述 |
---|---|---|
columnIndex | Int32 | 列索引。 |
updateReference | Boolean | 指示是否将更新其他工作表中的引用。 |
也可以看看
- class GridCells
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb
InsertColumn(int)
在工作表中插入一个新列。
public void InsertColumn(int columnIndex)
范围 | 类型 | 描述 |
---|---|---|
columnIndex | Int32 | 列索引。 |
也可以看看
- class GridCells
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb