Uses of Enum Class
ch.rabanti.nanoxlsx4j.Worksheet.CellDirection
Packages that use Worksheet.CellDirection
- 
Uses of Worksheet.CellDirection in ch.rabanti.nanoxlsx4j
Methods in ch.rabanti.nanoxlsx4j that return Worksheet.CellDirectionModifier and TypeMethodDescriptionWorksheet.getCurrentCellDirection()Gets the direction when using AddNextCell methodstatic Worksheet.CellDirectionReturns the enum constant of this class with the specified name.static Worksheet.CellDirection[]Worksheet.CellDirection.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 Worksheet.CellDirectionModifier and TypeMethodDescriptionvoidWorksheet.setCurrentCellDirection(Worksheet.CellDirection currentCellDirection) Sets the direction when using AddNextCell method