[]
Serializable, Comparable<DeleteShiftDirection>, ConstableUsed with the IRange.delete(DeleteShiftDirection) method to control the direction in which remaining cells move after a deletion.
worksheet.getRange("A1:C3").setValue(new Object[][] {
{1, 2, 3},
{4, 5, 6},
{7, 8, 9}
});
worksheet.getRange("B2").delete(DeleteShiftDirection.Left);
Enum.EnumDesc<E extends Enum<E>>static DeleteShiftDirectionstatic DeleteShiftDirection[]values()name - the name of the enum constant to be returned.IllegalArgumentException - if this enum class has no constant with the specified nameNullPointerException - if the argument is null