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.PasteOperation |
EnumUtil.toRangePasteOpNative(Range.PasteOperation op) |
Modifier and Type | Method and Description |
---|---|
static SRange.PasteOperation |
SRange.PasteOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRange.PasteOperation[] |
SRange.PasteOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SRange |
SRange.pasteSpecial(SRange dstRange,
SRange.PasteType pasteType,
SRange.PasteOperation pasteOp,
boolean skipBlanks,
boolean transpose)
Pastes to a destination Range from this range.
|
Modifier and Type | Method and Description |
---|---|
SRange |
RangeImpl.pasteSpecial(SRange dstRange,
SRange.PasteType pasteType,
SRange.PasteOperation pasteOp,
boolean skipBlanks,
boolean transpose) |
Copyright © 2020. All rights reserved.