Uses of Class
com.jxcell.RangeRef

Packages that use RangeRef
com.jxcell   
 

Uses of RangeRef in com.jxcell
 

Methods in com.jxcell that return RangeRef
 RangeRef View.formulaToRangeRef(java.lang.String formula)
          Creates and returns an instance of RangeRef from a formula.
 RangeRef View.getSelection(int selection)
          Returns the row and column coordinates of a selected range.
 RangeRef View.setTabbedText(int row1, int col1, boolean valuesOnly, java.lang.String text)
          Places a block of tab-delimited text in a workbook.