ExcelDeleteShiftDirection Enumeration
Describes how the cells are shifted to replace deleted cells.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 14.0.0
public enum ExcelDeleteShiftDirection
| ShiftLeft | 0 |
Cells are shifted to the left
|
| ShiftUp | 1 |
Cells are shifted up
|