Cells.InsertColumns
Contents
[
Hide
]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 Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
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 Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
InsertColumns(int, int, InsertOptions)
Inserts some columns into the worksheet.
public void InsertColumns(int columnIndex, int totalColumns, InsertOptions options)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | Column index. |
totalColumns | Int32 | The number of columns. |
options | InsertOptions | The options for inserting operation. |
See Also
- class InsertOptions
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells