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

Packages that use ExcelColumnIndex
bad.robot.excel.column   
bad.robot.excel.sheet   
 

Uses of ExcelColumnIndex in bad.robot.excel.column
 

Methods in bad.robot.excel.column that return ExcelColumnIndex
static ExcelColumnIndex ExcelColumnIndex.from(int index)
           
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.column with parameters of type ExcelColumnIndex
static ColumnIndex ColumnIndex.column(ExcelColumnIndex index)
           
 

Uses of ExcelColumnIndex in bad.robot.excel.sheet
 

Methods in bad.robot.excel.sheet with parameters of type ExcelColumnIndex
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.sheet with parameters of type ExcelColumnIndex
ExcelCoordinate(ExcelColumnIndex column, ExcelRowIndex row)
           
 



Copyright © 2013. All Rights Reserved.