Cells.DeleteColumns
Contents
[
Hide
]DeleteColumns(int, int, bool)
Deletes several columns.
public void DeleteColumns(int columnIndex, int totalColumns, bool updateReference)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | Index of the first column to be deleted. |
totalColumns | Int32 | Count of columns to be deleted. |
updateReference | Boolean | Indicates whether update references in other worksheets. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
DeleteColumns(int, int, DeleteOptions)
Deletes several columns.
public void DeleteColumns(int columnIndex, int totalColumns, DeleteOptions options)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | Index of the first column to be deleted. |
totalColumns | Int32 | Count of columns to be deleted. |
options | DeleteOptions | Options for the deleting operation |
See Also
- class DeleteOptions
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells