我想在函数中使用列,并且列可能会不时有所不同。所以想在调用函数的时候把列传给函数,函数里面可以使用什么数据类型。
以下是我要放入函数的代码,compute_page
是列名:
if dw_report.Object.compute_page[ll_first_row] <> dw_report.Object.compute_page[ll_last_row] then
另外,我想做同样的事情,但这次是设置列值。我尝试使用 SetItem()、SetText()、SetValue(),但除了使用dwcontrol .Object 之外,没有一个函数可以达到预期的结果。columnname [i] 设置值。
谢谢