Activities
latest
false
Productivity Activities
Last updated Jun 26, 2024

WriteRow

Write a row in a selected file.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

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

Overloads

OverloadDescription
WriteRow(IWorkbook, IRange, IEnumerable<Object>, RangeWriteMode, Int32)Write a row in a selected file using an Array Row.
WriteRow(IWorkbook, IRange, DataRow, RangeWriteMode, Int32)Write a row in a selected file using a Data Row.

WriteRow(IWorkbook, IRange, IEnumerable<Object>, RangeWriteMode, Int32)

Write a row in a selected file using an Array Row.

voidWriteRow(
	IWorkbookworkbook,
	IRangerange,
	IEnumerable<Object> data,
	RangeWriteModewriteMode = RangeWriteMode.Append,
	intinsertRowPosition = 0
)voidWriteRow(
	IWorkbookworkbook,
	IRangerange,
	IEnumerable<Object> data,
	RangeWriteModewriteMode = RangeWriteMode.Append,
	intinsertRowPosition = 0
)
workbook IWorkbook
The Excel workbook to use.
range IRange
The range to write in.
data IEnumerable<Object>
The data that will be written in the workbook.
writeMode RangeWriteMode (Optional)
Specifies how to add the data to the specified range.
insertRowPosition Int32 (Optional)
The row index position where the activity inserts the data. Rows starts from 0.

WriteRow(IWorkbook, IRange, DataRow, RangeWriteMode, Int32)

Write a row in a selected file using a Data Row.
void WriteRow(
	IWorkbook workbook,
	IRange range,
	DataRow data,
	RangeWriteMode writeMode = RangeWriteMode.Append,
	int insertRowPosition = 0
)void WriteRow(
	IWorkbook workbook,
	IRange range,
	DataRow data,
	RangeWriteMode writeMode = RangeWriteMode.Append,
	int insertRowPosition = 0
)
workbook IWorkbook
The Excel workbook to use.
range IRange
The range to write in.
data DataRow
The DataRow data that will be written in the workbook.
writeMode RangeWriteMode (Optional)
Specifies how to add the data to the specified range.
insertRowPosition Int32 (Optional)

The row index position where the activity inserts the data. Rows starts from 0.

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.