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

Packages that use ExcelColumnIndex
bad.robot.excel.valuetypes   
 

Uses of ExcelColumnIndex in bad.robot.excel.valuetypes
 

Methods in bad.robot.excel.valuetypes that return ExcelColumnIndex
static ExcelColumnIndex ExcelColumnIndex.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExcelColumnIndex[] ExcelColumnIndex.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in bad.robot.excel.valuetypes with parameters of type ExcelColumnIndex
static CellIndex CellIndex.cellIndex(ExcelColumnIndex index)
           
static ColumnIndex ColumnIndex.column(ExcelColumnIndex index)
           
static ExcelCoordinate ExcelCoordinate.coordinate(ExcelColumnIndex column, ExcelRowIndex row)
           
static ExcelCoordinate ExcelCoordinate.coordinate(ExcelColumnIndex column, int row)
           
static Coordinate Coordinate.coordinate(ExcelColumnIndex column, Integer row)
           
static Coordinate Coordinate.coordinate(ExcelColumnIndex column, Integer row, SheetIndex sheet)
           
 

Constructors in bad.robot.excel.valuetypes with parameters of type ExcelColumnIndex
ExcelCoordinate(ExcelColumnIndex column, ExcelRowIndex row)
           
 



Copyright © 2012. All Rights Reserved.