枚举类的使用
com.grapecity.documents.excel.DeleteShiftDirection
-
com.grapecity.documents.excel中DeleteShiftDirection的使用
修饰符和类型方法说明static DeleteShiftDirection
返回带有指定名称的该类的枚举常量。static DeleteShiftDirection[]
DeleteShiftDirection.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同修饰符和类型方法说明void
IRange.delete
(DeleteShiftDirection shiftDirection) 删除工作表中的单元格或单元格范围,并将其他单元格移动以替换被删除的单元格。