jxl.read.biff
Class NameRecord.NameRange

java.lang.Object
  extended byjxl.read.biff.NameRecord.NameRange
Enclosing class:
NameRecord

public class NameRecord.NameRange
extends java.lang.Object

A nested class to hold range information


Method Summary
 int getExternalSheet()
          Accessor for the first sheet
 int getFirstColumn()
          Accessor for the first column
 int getFirstRow()
          Accessor for the first row
 int getLastColumn()
          Accessor for the last column
 int getLastRow()
          Accessor for the last row
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFirstColumn

public int getFirstColumn()
Accessor for the first column

Returns:
the index of the first column

getFirstRow

public int getFirstRow()
Accessor for the first row

Returns:
the index of the first row

getLastColumn

public int getLastColumn()
Accessor for the last column

Returns:
the index of the last column

getLastRow

public int getLastRow()
Accessor for the last row

Returns:
the index of the last row

getExternalSheet

public int getExternalSheet()
Accessor for the first sheet

Returns:
the index of the external sheet