Uses of Class
com.jniwrapper.win32.jexcel.CellsOrder

Packages that use CellsOrder
com.jniwrapper.win32.jexcel   
 

Uses of CellsOrder in com.jniwrapper.win32.jexcel
 

Fields in com.jniwrapper.win32.jexcel declared as CellsOrder
static CellsOrder CellsOrder.LEFT2RIGHT_BOTTOM2TOP
           
static CellsOrder CellsOrder.LEFT2RIGHT_TOP2BOTTOM
           
static CellsOrder CellsOrder.RIGHT2LEFT_BOTTOM2TOP
           
static CellsOrder CellsOrder.RIGHT2LEFT_TOP2BOTTOM
           
 

Methods in com.jniwrapper.win32.jexcel with parameters of type CellsOrder
 java.util.List Range.getCells(CellsOrder cellsOrder)
          Returns the list of cells, sorted in the specified order.