Uses of Class
com.extentech.ExtenXLS.ColHandle

Packages that use ColHandle
com.extentech.ExtenXLS The ExtenXLS package contains the primary classes for working with spreadsheets. 
 

Uses of ColHandle in com.extentech.ExtenXLS
 

Methods in com.extentech.ExtenXLS that return ColHandle
 ColHandle WorkSheetHandle.addCol(int colNum)
          adds the column (col1st, colLast) and returns the new ColHandle
 ColHandle WorkSheetHandle.addCol(int c1st, int clast)
          Deprecated. use addCol(int)
 ColHandle CellHandle.getCol()
          Returns the ColHandle for the Cell.
 ColHandle WorkSheetHandle.getCol(int clnum)
          returns the ColHandle for the column at index position the column index is zero based ie: column A = 0
 ColHandle WorkSheet.getCol(int clnum)
          returns the Column at the index position
 ColHandle WorkSheetHandle.getCol(java.lang.String name)
          returns the Column at the named position
 ColHandle WorkSheet.getCol(java.lang.String name)
          returns the Column at the named position
 ColHandle[] CellRange.getCols()
          Returns an array of Columns (ColHandles) referenced by this CellRange
 ColHandle[] WorkSheetHandle.getColumns()
          returns all of the Columns in this WorkSheet
 ColHandle[] WorkSheet.getColumns()
          returns all of the Columns in this WorkSheet
 

Methods in com.extentech.ExtenXLS with parameters of type ColHandle
 void FormatHandle.setColHandle(ColHandle c)
          Set a column handle on this format handle, so all changes applied to this format will be applied to the entire column
 



Copyright © 2011 Extentech Inc. All Rights Reserved.