Show / Hide Table of Contents

Class SpreadsheetsResource.SheetsResource

The "sheets" collection of methods.

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

Constructors

SheetsResource(IClientService)

Constructs a new resource.

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

Methods

CopyTo(CopySheetToAnotherSpreadsheetRequest, String, Int32)

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.

System.String spreadsheetId

The ID of the spreadsheet containing the sheet to copy.

System.Int32 sheetId

The ID of the sheet to copy.

Returns
Type Description
SpreadsheetsResource.SheetsResource.CopyToRequest
In This Article
Back to top