Enum eShiftTypeInsert
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
Tells how cells should be shifted in a insert operation
public enum eShiftTypeInsert
Fields
Down = 1
Cells in the range are shifted downwards
EntireColumn = 3
The range for the entire column is used in the shift operation
EntireRow = 2
The range for the entire row is used in the shift operation
Right = 0
Cells in the range are shifted to the right