Activities
latest
false
GetRowItem - Other latest
logo
Workflow Activities
Last updated 2023年10月25日

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

Object

The column value from the specified DataRow.

  • Definition
  • GetRowItem(DataRow, String)
  • Return value
logo
Get The Help You Need
logo
Learning RPA - Automation Courses
logo
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2023 UiPath. All rights reserved.