UiPath Documentation
activities
latest
false

Productivity activities

CopyPasteRange

Copies and pastes data from one range to another.

Namespace: UiPath.GSuite.Activities.API

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

Syntax

void CopyPasteRange(
	ISpreadsheet spreadsheet,
	IRange source,
	IRange destination,
	SheetPasteType pasteType = SheetPasteType.Normal,
	SheetPasteOrientation pasteOrientation = SheetPasteOrientation.Normal
)
void CopyPasteRange(
	ISpreadsheet spreadsheet,
	IRange source,
	IRange destination,
	SheetPasteType pasteType = SheetPasteType.Normal,
	SheetPasteOrientation pasteOrientation = SheetPasteOrientation.Normal
)

Parameters

spreadsheet ISpreadsheet : The Google spreadsheet file to use.

source IRange : The source range to copy from.

destination IRange : The destination range to paste to.

pasteType SheetPasteType (Optional) : Specifies what to paste. Default is Normal.

pasteOrientation SheetPasteOrientation (Optional) : Specifies the paste orientation. Default is Normal.

  • Syntax
  • Parameters

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated