Uses of Class
ch.rabanti.picoxlsx4j.Cell.AddressType
-
Packages that use Cell.AddressType Package Description ch.rabanti.picoxlsx4j -
-
Uses of Cell.AddressType in ch.rabanti.picoxlsx4j
Fields in ch.rabanti.picoxlsx4j declared as Cell.AddressType Modifier and Type Field Description Cell.AddressType
Address. Type
Methods in ch.rabanti.picoxlsx4j that return Cell.AddressType Modifier and Type Method Description static Cell.AddressType
Cell.AddressType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Cell.AddressType[]
Cell.AddressType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.rabanti.picoxlsx4j with parameters of type Cell.AddressType Modifier and Type Method Description static String
Cell. resolveCellAddress(int column, int row, Cell.AddressType type)
Gets the address of a cell by the column and row number (zero based)Constructors in ch.rabanti.picoxlsx4j with parameters of type Cell.AddressType Constructor Description Address(int column, int row, Cell.AddressType type)
Constructor with with row, column and address type as argumentsAddress(String address, Cell.AddressType type)
Constructor with address as string and address type.
-