ShiftType
ShiftType enumeration
Represent the shift options when deleting a range of cells.
public enum ShiftType
Values
Name | Value | Description |
---|---|---|
Down | 0 |
Shift cells down. |
Left | 1 |
Shift cells left. |
None | 2 |
Do not shift cells. |
Right | 3 |
Shift cells right. |
Up | 4 |
Shift cells up. |
See Also
- namespace Aspose.Cells
- assembly Aspose.Cells