Enum GridShiftType
GridShiftType enumeration
Represent the shift options when deleting a range of cells.
public enum GridShiftType
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.GridWeb.Data
- assembly Aspose.Cells.GridWeb