Uses of Enum Class
io.keikai.api.Range.InsertCopyOrigin
Packages that use Range.InsertCopyOrigin
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API implementation classes, Internal use only
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
-
Uses of Range.InsertCopyOrigin in io.keikai.api
Methods in io.keikai.api that return Range.InsertCopyOriginModifier and TypeMethodDescriptionstatic Range.InsertCopyOriginReturns the enum constant of this class with the specified name.static Range.InsertCopyOrigin[]Range.InsertCopyOrigin.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.api with parameters of type Range.InsertCopyOriginModifier and TypeMethodDescriptionstatic voidCellOperationUtil.insert(Range range, Range.InsertShift shift, Range.InsertCopyOrigin copyOrigin) Insert cells to the range.voidRange.insert(Range.InsertShift shift, Range.InsertCopyOrigin copyOrigin) Insert new cells to the area of this range.
To insert a row, you have to callRange.toRowRange()first, to insert a column, you have to callRange.toColumnRange()first. -
Uses of Range.InsertCopyOrigin in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Range.InsertCopyOriginModifier and TypeMethodDescriptionvoidRangeImpl.insert(Range.InsertShift shift, Range.InsertCopyOrigin copyOrigin) -
Uses of Range.InsertCopyOrigin in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl with parameters of type Range.InsertCopyOriginModifier and TypeMethodDescriptionstatic SRange.InsertCopyOriginEnumUtil.toRangeInsertCopyOrigin(Range.InsertCopyOrigin copyOrigin) -
Uses of Range.InsertCopyOrigin in io.keikai.ui.impl.undo
Constructors in io.keikai.ui.impl.undo with parameters of type Range.InsertCopyOriginModifierConstructorDescriptionInsertCellAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, Range.InsertShift shift, Range.InsertCopyOrigin copyOrigin)