sheets  v4
Classes | Public Member Functions | List of all members
Google.Apis.Sheets.v4.SpreadsheetsResource.SheetsResource Class Reference

The "sheets" collection of methods. More...

Classes

class  CopyToRequest
 Copies a single sheet from a spreadsheet to another spreadsheet. Returns the properties of the newly created sheet. More...
 

Public Member Functions

 SheetsResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual CopyToRequest CopyTo (Google.Apis.Sheets.v4.Data.CopySheetToAnotherSpreadsheetRequest body, string spreadsheetId, int sheetId)
 Copies a single sheet from a spreadsheet to another spreadsheet. Returns the properties of the newly created sheet. More...
 

Detailed Description

The "sheets" collection of methods.

Constructor & Destructor Documentation

◆ SheetsResource()

Google.Apis.Sheets.v4.SpreadsheetsResource.SheetsResource.SheetsResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ CopyTo()

virtual CopyToRequest Google.Apis.Sheets.v4.SpreadsheetsResource.SheetsResource.CopyTo ( Google.Apis.Sheets.v4.Data.CopySheetToAnotherSpreadsheetRequest  body,
string  spreadsheetId,
int  sheetId 
)
inlinevirtual

Copies a single sheet from a spreadsheet to another spreadsheet. Returns the properties of the newly created sheet.

Parameters
bodyThe body of the request.
spreadsheetIdThe ID of the spreadsheet containing the sheet to copy.
sheetIdThe ID of the sheet to copy.

The documentation for this class was generated from the following file: