Table of Contents

Enum eShiftTypeDelete

Namespace
OfficeOpenXml
Assembly
EPPlus.dll

Tells how cells should be shifted in a delete operation

public enum eShiftTypeDelete

Fields

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

Left = 0

Cells in the range are shifted to the left

Up = 1

Cells in the range are shifted upwards