OpenCellRC
打开指定的单元格,并返回 ExcelCellWriter 对象。
注意:在Excel2003及之前的版本里,最大行数限制为65536,最大列数限制为256。在传入行列号参数时注意不要超出最大行列数限制。
语法:
public ExcelCellWriter OpenCellRC(
int Row,
int Col
)
参数:
Row
- 行号。从"1"开始。
Col
- 列号。从"1"开始。
返回:
返回 ExcelCellWriter 对象。