Specifies how the cells are moved when removing cells from a CellRange object.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum ShiftDirection |
Visual Basic
Copy Code
|
|---|
Public Enum ShiftDirection |
Members| Member name | Description | |
|---|---|---|
![]() |
Left |
Indicates that the cells to the right of the removed cells are moved to the left. |
![]() |
Up |
Indicates that the cells below the removed cells are moved up. |
See Also