bad.robot.excel.sheet
Class Coordinate
java.lang.Object
bad.robot.excel.sheet.Coordinate
public class Coordinate
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
coordinate
public static Coordinate coordinate(ExcelColumnIndex column,
Integer row)
coordinate
public static Coordinate coordinate(ExcelColumnIndex column,
Integer row,
SheetIndex sheet)
coordinate
public static Coordinate coordinate(ColumnIndex column,
RowIndex row)
coordinate
public static Coordinate coordinate(ColumnIndex column,
RowIndex row,
SheetIndex sheet)
getColumn
public ColumnIndex getColumn()
getRow
public RowIndex getRow()
getSheet
public SheetIndex getSheet()
Copyright © 2013. All Rights Reserved.