openCellRC
打开指定的单元格,并返回 WordCellReader 对象。
语法:
public WordCellReader openCellRC(int row,
int col)
throws java.lang.Exception
参数:
row
- 行号。从"1"开始。
col
- 列号。从"1"开始。
返回:
返回 WordCellReader 对象。
抛出:
java.lang.Exception