Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
変更機能を使用して列の値を変更する方法はありますか?
ありがとう
データウィンドウ式を介してデータにアクセスする方法として私が知っている唯一の方法は、datawindow.datadescribe プロパティを使用することですが、特定の行/列にアクセスせずにグローバルに dw データへの読み取り専用アクセスしかありません。
datawindow.data
方法を探していると思いますSetItem()。ドット表記を好む場合は、dw.object.data[row, col].
SetItem()
dw.object.data[row, col]