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.AutoFillType |
Range.AutoFillType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.AutoFillType[] |
Range.AutoFillType.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.autoFill(Range dest,
Range.AutoFillType fillType)
According to current range, fills data to destination range automatically
|
static void |
CellOperationUtil.autoFill(Range src,
Range dest,
Range.AutoFillType type)
Fills data from source range to destination range automatically upon auto fill type
|
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.autoFill(Range dest,
Range.AutoFillType fillType) |
Modifier and Type | Method and Description |
---|---|
static SRange.FillType |
EnumUtil.toRangeFillType(Range.AutoFillType fillType) |
Constructor and Description |
---|
AutoFillCellAction(String label,
Sheet sheet,
int srcRow,
int srcColumn,
int srcLastRow,
int srcLastColumn,
Sheet destSheet,
int destRow,
int destColumn,
int destLastRow,
int destLastColumn,
Range.AutoFillType fillType) |
Copyright © 2020. All rights reserved.