DeleteColumns
Cells.DeleteColumns method
Deletes several columns.
public void DeleteColumns(int columnIndex, int totalColumns, bool updateReference)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | Column index. |
totalColumns | Int32 | Number of columns to be deleted. |
updateReference | Boolean | Indicates if update references in other worksheets. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells