public static class CellAddressible.Reference extends Object implements CellAddressible, Serializable
CellAddressible.ColumnMajorComparator, CellAddressible.RangeBoundary, CellAddressible.Reference, CellAddressible.RowMajorComparatorColumnRange.Comparator| Constructor and Description |
|---|
Reference(int row,
int col) |
Reference(int row,
int colFirst,
int colLast) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColFirst()
Gets the first column in the range.
|
int |
getColLast()
Gets the last column in the range.
|
int |
getRowNumber()
Returns the row the cell resides in.
|
boolean |
isSingleCol()
determines if its a single column
|
public Reference(int row,
int colFirst,
int colLast)
public Reference(int row,
int col)
public int getColFirst()
ColumnRangegetColFirst in interface ColumnRangepublic int getColLast()
ColumnRangegetColLast in interface ColumnRangepublic int getRowNumber()
CellAddressiblegetRowNumber in interface CellAddressiblepublic boolean isSingleCol()
ColumnRangeisSingleCol in interface ColumnRangeCopyright © 2002–2019 Starter Inc.. All rights reserved.