类 com.zhuozhengsoft.pageoffice.wordreader.Cell
的使用

使用 Cell 的软件包
com.zhuozhengsoft.pageoffice.wordreader   
 

com.zhuozhengsoft.pageoffice.wordreaderCell 的使用
 

返回 Cellcom.zhuozhengsoft.pageoffice.wordreader 中的方法
 Cell Table.openCellRC(int row, int col)
          打开指定的单元格,并返回 Cell 对象。
 

返回变量类型为 Cell 的类型的 com.zhuozhengsoft.pageoffice.wordreader 中的方法
 java.util.ArrayList<Cell> Table.getCells()
          获取 Table 里包含的 Cell 集合。