Activities
latest
false
Productivity Activities
Last updated Jul 1, 2024

Options

ColumnDelete

Indicates how to delete column data

Namespace: UiPath.Gsuite.Activities.API

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

Syntax

public enum ColumnDeleteModepublic enum ColumnDeleteMode

Options

OptionValueDescription
Clear0Clear column values
Delete1Delete entire column

ConflictBehavior

What to be the expected behavior when an item with the same name already exists in the destination.

Namespace: UiPath.Gsuite.Activities.API

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

Syntax

public enum ConflictBehaviorpublic enum ConflictBehavior

Options

OptionValueDescription
Replace0Replaces the existing item
Fail1If another item with the same name exists at the same location, fail the request
Rename2Renames the new item to have an unique name
AddSeparate3Adds the item without renaming it, even if one with the same name already exists
UseExisting4Return the existing item

RangeWriteMode

Indicates how to add the DataTable to the indicated range.

Namespace: UiPath.Gsuite.Activities.API

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

Syntax

public enum RangeWriteModepublic enum RangeWriteMode

Options

OptionValueDescription
Overwrite0Overwrite any previous data that exists
Append1Append values to the bottom of the range
AppendRight2Append values to the right of the range
Insert3Insert values at a chosen row index of the range
InsertRight4Insert values at a chosen column index of the range

RangeDeleteMode

Indicates how to delete a range.

Namespace: UiPath.Gsuite.Activities.API

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

Options

Option nameValueDescription
None0Clear range values such as format, fill, and border.
Rows1Specifies to shift the cells Up
Columns2Specifies to shift the cells Left

RowsDeleteMode

Indicates how to delete N rows.

Namespace: UiPath.Gsuite.Activities.API

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

Syntax

public enum RowsDeleteModepublic enum RowsDeleteMode

Options

OptionValueDescription
Clear0Clear range values such as format, fill, and border.
Delete1Specifies to shift the cells up.

ValuesType

Enum ValuesType

Syntax

public enum ValuesTypepublic enum ValuesType

Options

OptionValueDescription
Values0The values
Formulas1The formulas
Text2The text

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.