DeleteMode Enum
Specifies how to delete cells from a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v21.2.Core.dll
Declaration
Members
Name | Description |
---|---|
ShiftCellsLeft
|
When deleting cells from a worksheet, other cells in the same row are shifted to the left. |
ShiftCellsUp
|
When deleting cells from a worksheet, other cells in the same column are shifted up. |
EntireRow
|
Entire rows containing the specified cell range are deleted. |
EntireColumn
|
Entire columns containing the specified cell range are deleted. |
Remarks
The DeleteMode enumeration values are used by the Worksheet.DeleteCells method. For details, refer to the How to: Delete a Cell or Range of Cells and How to: Delete a Row or Column from a Worksheet examples.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the DeleteMode enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.