Activities
latest
false
Banner background image
Workflow Activities
Last updated Apr 22, 2024

UpdateRowItem

Assigns a specified value to the indicated column of a DataTable row.

Definition

Namespace: UiPath.Activities.System.API

Assembly: UiPath.System.Activities.Api (in UiPath.System.Activities.Api.dll)

UpdateRowItem(Object, DataRow, String)

void UpdateRowItem(
	Object value,
	DataRow row,
	string columnName
)void UpdateRowItem(
	Object value,
	DataRow row,
	string columnName
)
value Object
The value to write to the indicated column.
row DataRow
The name used to reference the DataTable row containing the column whose value should be updated.
columnName String
Specify either the column number(index) or name whose values should be updated.
  • Definition
  • UpdateRowItem(Object, DataRow, String)

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.