Specifies how to shift cells to replace deleted cells.
[Visual Basic] Public Enum XlDeleteShiftDirection [C#] public enum XlDeleteShiftDirection [C++] public __value enum XlDeleteShiftDirection [JScript] public enum XlDeleteShiftDirection
| Member Name | Description |
|---|---|
| xlShiftToLeft | Cells are shifted to the left. |
| xlShiftUp | Cells are shifted up. |
Namespace: NativeExcel
Assembly: NativeExcel (in NativeExcel.dll)
NativeExcel Namespace | Delete Method