MindFusion.Wpf Pack Programmer's Guide
ShiftDirection Enumeration
See Also
 





Specifies how the cells are moved when removing cells from a CellRange object.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  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

MindFusion.Spreadsheet.Wpf Namespace