|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.read.biff.NameRecord.NameRange
A nested class to hold range information
Field Summary | |
private int |
columnFirst
|
private int |
columnLast
|
private int |
rowFirst
|
private int |
rowLast
|
private int |
sheetFirst
|
private int |
sheetLast
|
Constructor Summary | |
(package private) |
NameRecord.NameRange(int s1,
int c1,
int r1,
int s2,
int c2,
int r2)
|
Method Summary | |
(package private) int |
getFirstColumn()
|
(package private) int |
getFirstRow()
|
(package private) int |
getFirstSheet()
|
(package private) int |
getLastColumn()
|
(package private) int |
getLastRow()
|
(package private) int |
getLastSheet()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private int columnFirst
private int rowFirst
private int columnLast
private int rowLast
private int sheetFirst
private int sheetLast
Constructor Detail |
NameRecord.NameRange(int s1, int c1, int r1, int s2, int c2, int r2)
Method Detail |
int getFirstColumn()
int getFirstRow()
int getLastColumn()
int getLastRow()
int getFirstSheet()
int getLastSheet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |