jxl.read.biff
Class ExternalSheetRecord.XTI

java.lang.Object
jxl.read.biff.ExternalSheetRecord.XTI
- Enclosing class:
- ExternalSheetRecord
- private static class ExternalSheetRecord.XTI
- extends java.lang.Object
An XTI structure
|
Field Summary |
(package private) int |
firstTab
the first tab |
(package private) int |
lastTab
the last tab |
(package private) int |
supbookIndex
the supbook index |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
supbookIndex
int supbookIndex
- the supbook index
firstTab
int firstTab
- the first tab
lastTab
int lastTab
- the last tab
ExternalSheetRecord.XTI
ExternalSheetRecord.XTI(int s,
int f,
int l)
- Constructor