Class SpreadsheetsResource.SheetsResource
The "sheets" collection of methods.
Inherited Members
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 |