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

GetRowItem

Retrieves a value from a row in a DataTable according to a specified column.

Definition

Namespace: UiPath.Activities.System.API

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

GetRowItem(DataRow, String)

Object GetRowItem(
	DataRow row,
	string columnName
)Object GetRowItem(
	DataRow row,
	string columnName
)
row DataRow
The name used to reference the DataTable row from which a value is read. The default value is CurrentRow.
columnName String
Specify either the column number (index) or name from which the DataTable rows should be read. If this property is set, then the ColumnIndex property is ignored.

Return value

The column value from the specified DataRow.
  • Definition
  • GetRowItem(DataRow, String)
  • Return value

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.