Uses of Enum Class
io.keikai.range.SRange.FillType
Packages that use SRange.FillType
-
Uses of SRange.FillType in io.keikai.range
Methods in io.keikai.range that return SRange.FillTypeModifier and TypeMethodDescriptionstatic SRange.FillTypeReturns the enum constant of this class with the specified name.static SRange.FillType[]SRange.FillType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.range with parameters of type SRange.FillTypeModifier and TypeMethodDescriptionvoidSRange.fill(SRange dstRange, SRange.FillType fillType) Perform an auto fill on the specified destination Range. -
Uses of SRange.FillType in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SRange.FillType -
Uses of SRange.FillType in io.keikai.range.impl.autofill
Methods in io.keikai.range.impl.autofill with parameters of type SRange.FillTypeModifier and TypeMethodDescriptionvoidAutoFillHelper.fill(SSheet sheet, CellRegion srcRegion, CellRegion dstRegion, SRange.FillType fillType) fill the sheet, from srcRef to dstRefvoidAutoFillHelper.fillDown(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType) voidAutoFillHelper.fillLeft(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType) voidAutoFillHelper.fillRight(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType) voidAutoFillHelper.fillUp(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType)