Save This Page
Home » jexcelapi_2_6_8 » jxl.read.biff » [javadoc | source]
jxl.read.biff
public class: ColumnInfoRecord [javadoc | source]
java.lang.Object
   jxl.biff.RecordData
      jxl.read.biff.ColumnInfoRecord
Contains the display info data which affects the entire columns
Constructor:
 ColumnInfoRecord(Record t) 
    Constructor which creates this object from the binary data
    Parameters:
    t - the record
Method from jxl.read.biff.ColumnInfoRecord Summary:
getCollapsed,   getEndColumn,   getHidden,   getOutlineLevel,   getStartColumn,   getWidth,   getXFIndex
Methods from jxl.biff.RecordData:
getCode,   getRecord
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.read.biff.ColumnInfoRecord Detail:
 public boolean getCollapsed() 
    Accessor for whether the column is collapsed
 public int getEndColumn() 
    Accessor for the end column of this range
 public boolean getHidden() 
    Accessor for the hidden flag. Used when copying sheets
 public int getOutlineLevel() 
    Accessor for the column's outline level
 public int getStartColumn() 
    Accessor for the start column of this range
 public int getWidth() 
    Accessor for the width of the column
 public int getXFIndex() 
    Accessor for the column format index