jxl.read.biff
Class NameRecord.NameRange

java.lang.Object
  |
  +--jxl.read.biff.NameRecord.NameRange
Enclosing class:
NameRecord

class NameRecord.NameRange
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

columnFirst

private int columnFirst

rowFirst

private int rowFirst

columnLast

private int columnLast

rowLast

private int rowLast

sheetFirst

private int sheetFirst

sheetLast

private int sheetLast
Constructor Detail

NameRecord.NameRange

NameRecord.NameRange(int s1,
                     int c1,
                     int r1,
                     int s2,
                     int c2,
                     int r2)
Method Detail

getFirstColumn

int getFirstColumn()

getFirstRow

int getFirstRow()

getLastColumn

int getLastColumn()

getLastRow

int getLastRow()

getFirstSheet

int getFirstSheet()

getLastSheet

int getLastSheet()