Enum eShiftTypeDelete
Tells how cells should be shifted in a delete operation
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum eShiftTypeDeleteFields
| 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 |