如何在excel中找到Cell范围 - Qt?

时间:2012-02-02 11:22:02

标签: c++ visual-studio qt

我将单元格的值作为行和列。

Cells(1,10); //1 is row and 10 is column

现在我想确定该单元格位置的范围。

J1; //where j is column and 1 is row

有没有可能在QT中找到答案?

1 个答案:

答案 0 :(得分:0)

使用对象模型

Cells(5, 3).address(true,true,xlA1)

会返回"$C$5"