UiPath Documentation
activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

工作流活动

上次更新日期 2026年4月16日

删除数据列

从指定数据表中删除数据列。

定义

命名空间: UiPath.Activities.System.API

程序集: UiPath.System.Activities.Api(在 UiPath.System.Activities.Api.dll 中)

RemoveDataColumn(DataTable, String)

void RemoveDataColumn(
    ref DataTable dataTable,
    string columnName
)
void RemoveDataColumn(
    ref DataTable dataTable,
    string columnName
)

dataTable “数据表” :要从中删除列的“数据表”对象。

columnName String : 要从数据表的列集合中删除的列的名称。如果设置了此属性,则忽略“列索引”属性。

  • 定义
  • RemoveDataColumn(DataTable, String)

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新