DataRowCollection型やDataColumnCollection型について

こんにちは
UiPath Studio 2022.4.3EnterPrise Editionユーザです。

有識者の方に質問です。
DataTableの列情報を格納するColumns変数はDataColumnCollection型であることが分かっていますが、Columns変数のコレクションである下記構文のarr_カラム列は変数パネルでDataColumnCollection型ではなく、Object型配列として定義できています。

arr_カラム列 = Row.ItemArray

通常、文字列配列やDataRow配列をObject型配列として定義しないため、これは、DataRowCollection型やDataColumnCollection型の特殊事例として考えれば良いでしょうか?

RowがDataRow型変数であるなら、これはColumns変数ではありません。公式ドキュメントを参照すると良いと思います。

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.