开发者

There is way to change column value through Modify?

开发者 https://www.devze.com 2023-03-27 14:06 出处:网络
There is way to change column value thro开发者_如何学Cugh the Modify function? ThanksThe only way I know to access the data via a DataWindow expression is through the datawindow.data property describ

There is way to change column value thro开发者_如何学Cugh the Modify function?

Thanks


The only way I know to access the data via a DataWindow expression is through the datawindow.data property describe, but you have only a read only access to the dw data globally without access to a specific row/column.

I think that you are looking for the SetItem() method. If you prefer the dotted notation, you can also use the dw.object.data[row, col].

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号