UiPath Documentation
activities
latest
false

Productivity activities

AutoFillRange

Automatically fills a range based on existing data.

Namespace: UiPath.GSuite.Activities.API

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

Syntax

void AutoFillRange(
	ISpreadsheet spreadsheet,
	IRange range,
	int fillLength,
	FillDirection direction
)
void AutoFillRange(
	ISpreadsheet spreadsheet,
	IRange range,
	int fillLength,
	FillDirection direction
)

Parameters

spreadsheet ISpreadsheet : The Google spreadsheet file to use.

range IRange : The source range to fill from.

fillLength Int32 : The number of cells to fill.

direction FillDirection : The direction to fill.

  • Syntax
  • Parameters

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated