Activities
latest
false
Productivity Activities
Last updated Jul 1, 2024

WriteCell

Writes information in the selected spreadsheet cell.

Namespace: UiPath.Gsuite.Activities.API

Assembly: UiPath.Gsuite.Activities.API (in UiPath.Gsuite.Activities.API.dll)

Syntax

void WriteCell(
	ISpreadsheet spreadsheet,
	IRange range,
	string cell,
	Object value
)void WriteCell(
	ISpreadsheet spreadsheet,
	IRange range,
	string cell,
	Object value
)

Parameters

spreadsheet ISpreadsheet
The Google spreadsheet file to use.
range IRange
The sheet or named range where the cell is located, e.g., Sheet1!A1:B6. If it is a named range, it will write in the first cell of the range.
cell String
The cell to read from, e.g., A1. Leave empty for named range.
value Object
The information to be written.
  • Syntax
  • Parameters

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.