GridCells.InsertColumns
InsertColumns(int, int)
Inserts some columns into the worksheet.
public void InsertColumns(int columnIndex, int totalColumns)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | Column index. |
totalColumns | Int32 | The number of columns. |
See Also
- class GridCells
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
InsertColumns(int, int, bool)
Inserts some columns into the worksheet.
public void InsertColumns(int columnIndex, int totalColumns, bool updateReference)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | Column index. |
totalColumns | Int32 | The number of columns. |
updateReference | Boolean | Indicates if references in other worksheets will be updated. |
See Also
- class GridCells
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb