java.lang.Object
com.aspose.cells.ShiftType
public class ShiftType
- extends java.lang.Object
Utility class containing constants.
Represent the shift options when deleting a range of cells.
Field Summary |
static final int | DOWN | |
Shift cells down.
|
static final int | LEFT | |
Shift cells left.
|
static final int | NONE | |
Do not shift cells.
|
static final int | RIGHT | |
Shift cells right.
|
static final int | UP | |
Shift cells up.
|
DOWN | |
public static final int DOWN |
-
Shift cells down.
LEFT | |
public static final int LEFT |
-
Shift cells left.
NONE | |
public static final int NONE |
-
Do not shift cells.
RIGHT | |
public static final int RIGHT |
-
Shift cells right.
UP | |
public static final int UP |
-
Shift cells up.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.