Uses of Class
bad.robot.excel.row.RowIndex

Packages that use RowIndex
bad.robot.excel.row   
bad.robot.excel.sheet   
bad.robot.excel.workbook   
 

Uses of RowIndex in bad.robot.excel.row
 

Methods in bad.robot.excel.row that return RowIndex
static RowIndex RowIndex.row(Integer value)
           
 

Methods in bad.robot.excel.row with parameters of type RowIndex
static void CopyRow.copyRow(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet worksheet, RowIndex from, RowIndex to)
          Copies a row from a row index on the given workbook and sheet to another row index.
 void Row.insertAt(org.apache.poi.ss.usermodel.Workbook workbook, SheetIndex sheetIndex, RowIndex rowIndex)
           
 

Uses of RowIndex in bad.robot.excel.sheet
 

Methods in bad.robot.excel.sheet that return RowIndex
 RowIndex Coordinate.getRow()
           
 

Methods in bad.robot.excel.sheet with parameters of type RowIndex
static Coordinate Coordinate.coordinate(ColumnIndex column, RowIndex row)
           
static Coordinate Coordinate.coordinate(ColumnIndex column, RowIndex row, SheetIndex sheet)
           
 

Uses of RowIndex in bad.robot.excel.workbook
 

Methods in bad.robot.excel.workbook with parameters of type RowIndex
 PoiWorkbook PoiWorkbook.copyRow(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet worksheet, RowIndex from, RowIndex to)
           
 Editable NavigablePoiWorkbook.copyRow(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet worksheet, RowIndex from, RowIndex to)
          Deprecated.  
 Editable Editable.copyRow(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet worksheet, RowIndex from, RowIndex to)
           
 Row NavigablePoiWorkbook.getRowAt(RowIndex rowIndex, SheetIndex sheetIndex)
          Deprecated.  
 Row Navigable.getRowAt(RowIndex rowIndex, SheetIndex sheetIndex)
           
 PoiWorkbook PoiWorkbook.insertRowToFirstSheet(Row row, RowIndex index)
           
 Editable NavigablePoiWorkbook.insertRowToFirstSheet(Row row, RowIndex index)
          Deprecated.  
 Editable Editable.insertRowToFirstSheet(Row row, RowIndex index)
           
 PoiWorkbook PoiWorkbook.insertRowToSheet(Row row, RowIndex index, SheetIndex sheet)
           
 Editable NavigablePoiWorkbook.insertRowToSheet(Row row, RowIndex index, SheetIndex sheet)
          Deprecated.  
 Editable Editable.insertRowToSheet(Row row, RowIndex index, SheetIndex sheet)
           
 



Copyright © 2013. All Rights Reserved.