変数の型について教えてください

こんにちは
UiPath Studio 2025.0.161 community editionのユーザです。

変数の型について教えてください。
dtをDataTableと仮定します。

dt.columnsはDataColumnCollection型で、
dt.columns(“列名”)はDataColumn型になるのでしょうか。
それとも、両方ともDataColumnCollection型?

Hi @gorby

Yes you are right:

dt.columns is of type DataColumnCollection

dt.columns(“Column Name”) is of type DataColumn

Happy Automation :star_struck:

1 Like

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