|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.valuetypes with parameters of type ExcelColumnIndex | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |