public class Coordinate extends Object
| Modifier and Type | Method and Description |
|---|---|
static Coordinate |
coordinate(ColumnIndex column,
RowIndex row) |
static Coordinate |
coordinate(ColumnIndex column,
RowIndex row,
SheetIndex sheet) |
static Coordinate |
coordinate(ExcelColumnIndex column,
Integer row) |
static Coordinate |
coordinate(ExcelColumnIndex column,
Integer row,
SheetIndex sheet) |
ColumnIndex |
getColumn() |
RowIndex |
getRow() |
SheetIndex |
getSheet() |
public static Coordinate coordinate(ExcelColumnIndex column, Integer row)
public static Coordinate coordinate(ExcelColumnIndex column, Integer row, SheetIndex sheet)
public static Coordinate coordinate(ColumnIndex column, RowIndex row)
public static Coordinate coordinate(ColumnIndex column, RowIndex row, SheetIndex sheet)
public ColumnIndex getColumn()
public RowIndex getRow()
public SheetIndex getSheet()
Copyright © 2018. All Rights Reserved.