public interface Range
Modifier and Type | Method | Description |
---|---|---|
Cell |
getBottomRight() |
Gets the cell at the bottom right of this range
|
int |
getFirstSheetIndex() |
Gets the index of the first sheet in the range
|
int |
getLastSheetIndex() |
Gets the index of the last sheet in the range
|
Cell |
getTopLeft() |
Gets the cell at the top left of this range
|
Cell getTopLeft()
Cell getBottomRight()
int getFirstSheetIndex()
int getLastSheetIndex()