Show / Hide Table of Contents

Class SpreadsheetsResource.SheetsResource

The "sheets" collection of methods.

Inheritance
object
SpreadsheetsResource.SheetsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Sheets.v4
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class SpreadsheetsResource.SheetsResource

Constructors

SheetsResource(IClientService)

Constructs a new resource.

Declaration
public SheetsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

CopyTo(CopySheetToAnotherSpreadsheetRequest, string, int)

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

Declaration
public virtual SpreadsheetsResource.SheetsResource.CopyToRequest CopyTo(CopySheetToAnotherSpreadsheetRequest body, string spreadsheetId, int sheetId)
Parameters
Type Name Description
CopySheetToAnotherSpreadsheetRequest body

The body of the request.

string spreadsheetId

The ID of the spreadsheet containing the sheet to copy.

int sheetId

The ID of the sheet to copy.

Returns
Type Description
SpreadsheetsResource.SheetsResource.CopyToRequest
In this article
Back to top Generated by DocFX
OSZAR »