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

Packages that use RowIndex
bad.robot.excel   
bad.robot.excel.valuetypes   
 

Uses of RowIndex in bad.robot.excel
 

Methods in bad.robot.excel with parameters of type RowIndex
 WorkbookMutator WorkbookMutator.copyRow(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet worksheet, RowIndex from, RowIndex to)
           
 WorkbookMutator PoiWorkbookMutator.copyRow(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet worksheet, RowIndex from, RowIndex to)
           
static void CopyRow.copyRow(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet worksheet, RowIndex from, RowIndex to)
           
 void Row.insertAt(org.apache.poi.ss.usermodel.Workbook workbook, SheetIndex sheetIndex, RowIndex rowIndex)
           
 WorkbookMutator WorkbookMutator.insertRowToFirstSheet(Row row, RowIndex index)
           
 WorkbookMutator PoiWorkbookMutator.insertRowToFirstSheet(Row row, RowIndex index)
           
 WorkbookMutator WorkbookMutator.insertRowToSheet(Row row, RowIndex index, SheetIndex sheet)
           
 WorkbookMutator PoiWorkbookMutator.insertRowToSheet(Row row, RowIndex index, SheetIndex sheet)
           
 

Uses of RowIndex in bad.robot.excel.valuetypes
 

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

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



Copyright © 2012. All Rights Reserved.