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

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

Uses of Coordinate in bad.robot.excel
 

Methods in bad.robot.excel with parameters of type Coordinate
 WorkbookMutator WorkbookMutator.replaceCell(Coordinate coordinate, Date value)
           
 WorkbookMutator PoiWorkbookMutator.replaceCell(Coordinate coordinate, Date value)
           
 WorkbookMutator WorkbookMutator.replaceCell(Coordinate coordinate, Double value)
           
 WorkbookMutator PoiWorkbookMutator.replaceCell(Coordinate coordinate, Double value)
           
 WorkbookMutator WorkbookMutator.replaceCell(Coordinate coordinate, Formula formula)
           
 WorkbookMutator PoiWorkbookMutator.replaceCell(Coordinate coordinate, Formula formula)
           
 WorkbookMutator WorkbookMutator.replaceCell(Coordinate coordinate, String value)
           
 WorkbookMutator PoiWorkbookMutator.replaceCell(Coordinate coordinate, String value)
           
 

Uses of Coordinate in bad.robot.excel.valuetypes
 

Methods in bad.robot.excel.valuetypes that return Coordinate
static Coordinate Coordinate.coordinate(ColumnIndex column, RowIndex row)
           
static Coordinate Coordinate.coordinate(ColumnIndex column, RowIndex row, SheetIndex sheet)
           
static Coordinate Coordinate.coordinate(ExcelColumnIndex column, Integer row)
           
static Coordinate Coordinate.coordinate(ExcelColumnIndex column, Integer row, SheetIndex sheet)
           
 



Copyright © 2012. All Rights Reserved.