Uses of Class
io.keikai.api.Range.CellAttribute
-
Packages that use Range.CellAttribute Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use only -
-
Uses of Range.CellAttribute in io.keikai.api
Methods in io.keikai.api that return Range.CellAttribute Modifier and Type Method Description static Range.CellAttribute
Range.CellAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static Range.CellAttribute[]
Range.CellAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.api with parameters of type Range.CellAttribute Modifier and Type Method Description void
Range. 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 Modifier and Type Method Description void
RangeImpl. notifyChange(Range.CellAttribute cellAttr)
-