UiPath Documentation
activities
latest
false

Productivity activities

ReadColumn

Reads a single column starting from the specified cell.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

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

Syntax

object[] ReadColumn(
	IWorkbook workbook,
	IWorksheet sheet,
	string startingCell,
	CellReadMode readAs = CellReadMode.Values
)
object[] ReadColumn(
	IWorkbook workbook,
	IWorksheet sheet,
	string startingCell,
	CellReadMode readAs = CellReadMode.Values
)

Parameters

workbook IWorkbook : The workbook file to use.

sheet IWorksheet : The worksheet where the column is located.

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

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

Return value

Object[] - The column data as an array of objects.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated