bad.robot.excel.valuetypes
Class ExcelCoordinate

java.lang.Object
  extended by bad.robot.excel.valuetypes.ExcelCoordinate

public class ExcelCoordinate
extends Object


Constructor Summary
ExcelCoordinate(ExcelColumnIndex column, ExcelRowIndex row)
           
 
Method Summary
static ExcelCoordinate coordinate(ExcelColumnIndex column, ExcelRowIndex row)
           
static ExcelCoordinate coordinate(ExcelColumnIndex column, int row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelCoordinate

public ExcelCoordinate(ExcelColumnIndex column,
                       ExcelRowIndex row)
Method Detail

coordinate

public static ExcelCoordinate coordinate(ExcelColumnIndex column,
                                         int row)

coordinate

public static ExcelCoordinate coordinate(ExcelColumnIndex column,
                                         ExcelRowIndex row)


Copyright © 2012. All Rights Reserved.