ExcelDeleteShiftDirection Enumeration |
Describes how the cells are shifted to replace deleted cells.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public 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