Enum Class的使用
com.grapecity.documents.excel.DeleteShiftDirection
-
com.grapecity.documents.excel中DeleteShiftDirection的使用
修饰符和类型方法说明static DeleteShiftDirection
Returns the enum constant of this class with the specified name.static DeleteShiftDirection[]
DeleteShiftDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IRange.delete
(DeleteShiftDirection shiftDirection) Deletes a cell or a range of cells from the worksheet and shifts other cells to replace deleted cells.