Uses of Enum Class
io.keikai.api.Range.CellAttribute
Packages that use Range.CellAttribute
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
-
Uses of Range.CellAttribute in io.keikai.api
Methods in io.keikai.api that return Range.CellAttributeModifier and TypeMethodDescriptionstatic Range.CellAttributeReturns the enum constant of this class with the specified name.static Range.CellAttribute[]Range.CellAttribute.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.CellAttributeModifier and TypeMethodDescriptionvoidRange.notifyChange(Range.CellAttribute cellAttr) Notify this range has been changed on the specifield attribute. -
Uses of Range.CellAttribute in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Range.CellAttribute