UiPath Documentation
activities
latest
false

Productivity activities

ReadRow

Reads a single row starting from the specified cell.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

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

Syntax

DataRow ReadRow(
	IWorkbook workbook,
	IWorksheet sheet,
	string startingCell,
	CellReadMode readAs = CellReadMode.Values
)
DataRow ReadRow(
	IWorkbook workbook,
	IWorksheet sheet,
	string startingCell,
	CellReadMode readAs = CellReadMode.Values
)

Parameters

workbook IWorkbook : The workbook file to use.

sheet IWorksheet : The worksheet where the row is located.

startingCell String : The starting cell address (e.g. A3).

readAs CellReadMode (Optional) : The type of information to read from the row.

Return value

DataRow - The row data as a DataRow.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated