Uses of Enum Class
ch.rabanti.nanoxlsx4j.Cell.CellType
Packages that use Cell.CellType
-
Uses of Cell.CellType in ch.rabanti.nanoxlsx4j
Methods in ch.rabanti.nanoxlsx4j that return Cell.CellTypeModifier and TypeMethodDescriptionCell.getDataType()
Gets the type of the cellstatic Cell.CellType
Returns the enum constant of this class with the specified name.static Cell.CellType[]
Cell.CellType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.rabanti.nanoxlsx4j with parameters of type Cell.CellTypeModifier and TypeMethodDescriptionvoid
Cell.setDataType
(Cell.CellType dataType) Sets the type of the cellConstructors in ch.rabanti.nanoxlsx4j with parameters of type Cell.CellTypeModifierConstructorDescriptionCell
(Object value, Cell.CellType type) Constructor with value and cell type.Cell
(Object value, Cell.CellType type, int column, int row) Constructor with value, cell type, row number and column numberCell
(Object value, Cell.CellType type, Address address) Constructor with value, cell type and address class.Cell
(Object value, Cell.CellType type, String address) Constructor with value, cell type and address.