Enum eShiftTypeDelete
Tells how cells should be shifted in a delete operation
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum eShiftTypeDelete
  Fields
| Name | Description | 
|---|---|
| EntireColumn | The range for the entire column is used in the shift operation  | 
      
| EntireRow | The range for the entire row is used in the shift operation  | 
      
| Left | Cells in the range are shifted to the left  | 
      
| Up | Cells in the range are shifted upwards  |