Uses of Class
ch.rabanti.picoxlsx4j.Worksheet.CellDirection
-
Packages that use Worksheet.CellDirection Package Description ch.rabanti.picoxlsx4j -
-
Uses of Worksheet.CellDirection in ch.rabanti.picoxlsx4j
Methods in ch.rabanti.picoxlsx4j that return Worksheet.CellDirection Modifier and Type Method Description Worksheet.CellDirection
Worksheet. getCurrentCellDirection()
Gets the direction when using AddNextCell methodstatic Worksheet.CellDirection
Worksheet.CellDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static Worksheet.CellDirection[]
Worksheet.CellDirection. 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 Worksheet.CellDirection Modifier and Type Method Description void
Worksheet. setCurrentCellDirection(Worksheet.CellDirection currentCellDirection)
Sets the direction when using AddNextCell method
-