Uses of Class
org.apache.poi.hssf.usermodel.HSSFCell

Packages that use HSSFCell
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model  
 

Uses of HSSFCell in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return HSSFCell
 HSSFCell HSSFRow.createCell(short column)
          Use this to create new cells within the row and return it.
 HSSFCell HSSFRow.createCell(short column, int type)
          Deprecated. As of 22-Jan-2002 use createCell(short) and use setCellValue to specify the type lazily.
protected  HSSFCell HSSFRow.createCellFromRecord(CellValueRecordInterface cell)
          create a high level HSSFCell object from an existing low level record.
 HSSFCell HSSFRow.getCell(short cellnum)
          get the hssfcell representing a given column (logical cell) 0-based.
 

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFCell
 void HSSFRow.removeCell(HSSFCell cell)
          remove the HSSFCell from this row.
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.