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
)
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.