ExcelDeleteShiftDirection Enumeration |
Describes how the cells are shifted to replace deleted cells.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic enum ExcelDeleteShiftDirection
Public Enumeration ExcelDeleteShiftDirection
Members| Member name | Value | Description |
|---|
| ShiftLeft | 0 |
Cells are shifted to the left
|
| ShiftUp | 1 |
Cells are shifted up
|
See Also