activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

Productivity Activities

Dernière mise à jour 16 sept. 2025

AddSheet

Adds a new sheet to the specified spreadsheet.

Namespace: UiPath.Gsuite.Activities.API

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

Syntax

public ISheet AddSheet(
	ISpreadsheet spreadsheet,
	string sheetName = null,
	int? positionIndex = nullpublic ISheet AddSheet(
	ISpreadsheet spreadsheet,
	string sheetName = null,
	int? positionIndex = null

Parameters

spreadsheet ISpreadsheet
The spreadsheet where to add the new sheet.
sheetName String (Optional)
The name of the new sheet. If left empty, Google Sheets determines the name of the new sheet.
positionIndex Nullable<Int32> (Optional)
Specifies the exact location of the new sheet within the existing spreadsheet. If left empty, the new sheet is added at the end. The first sheet in the spreadsheet is located at index 0.

Return value

ISheet - The new sheet that was added to the spreadsheet.

  • Syntax
  • Parameters
  • Return value

Cette page vous a-t-elle été utile ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo
Confiance et sécurité
© 2005-2025 UiPath Tous droits réservés.