Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.ui.impl.undo |
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
|
Modifier and Type | Method and Description |
---|---|
static Range.DeleteShift |
Range.DeleteShift.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.DeleteShift[] |
Range.DeleteShift.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Range.delete(Range.DeleteShift shift)
Delete cells of the range.
|
static void |
CellOperationUtil.delete(Range range,
Range.DeleteShift shift)
Delete cells of the range.
|
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.delete(Range.DeleteShift shift) |
Modifier and Type | Method and Description |
---|---|
static SRange.DeleteShift |
EnumUtil.toRangeDeleteShift(Range.DeleteShift shift) |
Constructor and Description |
---|
DeleteCellAction(String label,
Sheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
Range.DeleteShift shift) |
Copyright © 2020. All rights reserved.