jxl.read.biff
Class ColumnInfoRecord

java.lang.Object
  extended byjxl.biff.RecordData
      extended byjxl.read.biff.ColumnInfoRecord

public class ColumnInfoRecord
extends RecordData

Contains the display info data which affects the entire columns


Method Summary
 int getEndColumn()
          Accessor for the end column of this range
 boolean getHidden()
          Accessor for the hidden flag.
 int getStartColumn()
          Accessor for the start column of this range
 int getWidth()
          Accessor for the width of the column
 int getXFIndex()
          Accessor for the column format index
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStartColumn

public int getStartColumn()
Accessor for the start column of this range

Returns:
the start column index

getEndColumn

public int getEndColumn()
Accessor for the end column of this range

Returns:
the end column index

getXFIndex

public int getXFIndex()
Accessor for the column format index

Returns:
the format index

getWidth

public int getWidth()
Accessor for the width of the column

Returns:
the width

getHidden

public boolean getHidden()
Accessor for the hidden flag. Used when copying sheets

Returns:
TRUE if the columns are hidden, FALSE otherwise