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.formulaToRangeRefLocal(java.lang.String formula)
          Creates and returns an instance of RangeRef from a formula which is in user language.
 RangeRef View.getSelection()
          Returns the row and column coordinates of a selected range.
 RangeRef View.getSelection(int i)
           
 RangeRef View.setTabbedText(int row1, int col1, boolean valuesOnly, java.lang.String text)
          Places a block of tab-delimited text in a workbook.
 

Methods in com.jxcell with parameters of type RangeRef
 void View.setSelection(RangeRef rangeref)
          Selects the range represented by the specified RangeRef object and moves the active cell to the top left cell in the range.
 void GRChart.initData(RangeRef rangeData1, boolean seriesinrow)
          initial chart from range

 void ChartShape.initData(RangeRef rangeData1, boolean seriesinrow)
          initial chart from range