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, Boolean value)
           
 WorkbookMutator PoiWorkbookMutator.replaceCell(Coordinate coordinate, Boolean value)
           
 WorkbookMutator WorkbookMutator.replaceCell(Coordinate coordinate, Date date)
           
 WorkbookMutator PoiWorkbookMutator.replaceCell(Coordinate coordinate, Date date)
           
 WorkbookMutator WorkbookMutator.replaceCell(Coordinate coordinate, Double number)
           
 WorkbookMutator PoiWorkbookMutator.replaceCell(Coordinate coordinate, Double number)
           
 WorkbookMutator WorkbookMutator.replaceCell(Coordinate coordinate, Formula formula)
           
 WorkbookMutator PoiWorkbookMutator.replaceCell(Coordinate coordinate, Formula formula)
           
 WorkbookMutator WorkbookMutator.replaceCell(Coordinate coordinate, Hyperlink hyperlink)
           
 WorkbookMutator PoiWorkbookMutator.replaceCell(Coordinate coordinate, Hyperlink hyperlink)
           
 WorkbookMutator WorkbookMutator.replaceCell(Coordinate coordinate, String value)
           
 WorkbookMutator PoiWorkbookMutator.replaceCell(Coordinate coordinate, String text)
           
 

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.