Enum eShiftTypeInsert
Tells how cells should be shifted in a insert operation
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum eShiftTypeInsert
Fields
Name | Description |
---|---|
Down | Cells in the range are shifted downwards |
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 |
Right | Cells in the range are shifted to the right |