library-wpoi
b2007093001

クラス
org.phosphoresce.library.wpoi.adapter.PoiCell の使用

PoiCell を使用しているパッケージ
org.phosphoresce.library.wpoi.adapter   
 

org.phosphoresce.library.wpoi.adapter での PoiCell の使用
 

PoiCell を返す org.phosphoresce.library.wpoi.adapter のメソッド
 PoiCell PoiSheet.getPoiCell(int row, short col, boolean fourceInstance)
          指定された行位置及びカラム位置のPoiCellオブジェクトを取得します。
 PoiCell PoiSheet.getPoiCell(int row, short col)
          指定された行位置及びカラム位置のPoiCellオブジェクトを取得します。
 PoiCell PoiRow.getPoiCell(short col, boolean fourceInstance)
          指定されたカラム位置のPoiCellオブジェクトを取得します。
 PoiCell PoiRow.getPoiCell(short col)
          指定されたカラム位置のPoiCellオブジェクトを取得します。
 


library-wpoi
b2007093001