Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.range |
Keikai Spreadsheet Internal Range API classes.
|
io.keikai.range.impl |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static SRange.DeleteShift |
EnumUtil.toRangeDeleteShift(Range.DeleteShift shift) |
Modifier and Type | Method and Description |
---|---|
static SRange.DeleteShift |
SRange.DeleteShift.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRange.DeleteShift[] |
SRange.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 |
SRange.delete(SRange.DeleteShift shift)
Delete cells of this Range.
|
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.delete(SRange.DeleteShift shift) |
void |
InsertDeleteHelper.delete(SRange.DeleteShift shift) |
Copyright © 2020. All rights reserved.