Search
ShiftDirection Enumeration
See Also
 






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

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  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