GridCells.InsertColumn
InsertColumn(int, bool)
Inserts a new column into the worksheet.
public void InsertColumn(int columnIndex, bool updateReference)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | Column index. |
updateReference | Boolean | Indicates if references in other worksheets will be updated. |
See Also
- class GridCells
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
InsertColumn(int)
Inserts a new column into the worksheet.
public void InsertColumn(int columnIndex)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | Column index. |
See Also
- class GridCells
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb