Uses of Enum Class
ch.rabanti.nanoxlsx4j.Cell.AddressType
Packages that use Cell.AddressType
-
Uses of Cell.AddressType in ch.rabanti.nanoxlsx4j
Fields in ch.rabanti.nanoxlsx4j declared as Cell.AddressTypeMethods in ch.rabanti.nanoxlsx4j that return Cell.AddressTypeModifier and TypeMethodDescriptionCell.getCellAddressType()
Gets the optional address type that can be part of the cell address.static Cell.AddressType
Returns the enum constant of this class with the specified name.static Cell.AddressType[]
Cell.AddressType.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.AddressTypeModifier and TypeMethodDescriptionstatic String
Cell.resolveCellAddress
(int column, int row, Cell.AddressType type) Gets the address of a cell by the column and row number (zero based)void
Cell.setCellAddressType
(Cell.AddressType cellAddressType) Sets the optional address type that can be part of the cell address.Constructors in ch.rabanti.nanoxlsx4j with parameters of type Cell.AddressTypeModifierConstructorDescriptionAddress
(int column, int row, Cell.AddressType type) Constructor with row, column and address type as argumentsAddress
(String address, Cell.AddressType type) Constructor with address as string.