InsertCellsMode Enum
In This Article
Specifies how to insert new cells into a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Members
Name | Description |
---|---|
Shift
|
When inserting new cells in a worksheet, other cells in the same column are shifted down. |
Shift
|
When inserting new cells in a worksheet, other cells in the same row are shifted to the right. |
Entire
|
Entire rows are inserted above the specified cells. |
Entire
|
Entire columns are inserted to the left of the specified cells. |
#Remarks
The InsertCellsMode
enumeration values are used by the Worksheet.InsertCells method. For details, see the How to: Insert a Cell or Cell Range and How to: Add a New Row or Column to a Worksheet examples.
See Also