public class Sheets.Spreadsheets.SheetsOperations extends Object
Modifier and Type | Class and Description |
---|---|
class |
Sheets.Spreadsheets.SheetsOperations.CopyTo |
Constructor and Description |
---|
SheetsOperations() |
Modifier and Type | Method and Description |
---|---|
Sheets.Spreadsheets.SheetsOperations.CopyTo |
copyTo(String spreadsheetId,
Integer sheetId,
CopySheetToAnotherSpreadsheetRequest content)
Copies a single sheet from a spreadsheet to another spreadsheet.
|
public Sheets.Spreadsheets.SheetsOperations.CopyTo copyTo(String spreadsheetId, Integer sheetId, CopySheetToAnotherSpreadsheetRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet containing the sheet to copy.sheetId
- The ID of the sheet to copy.content
- the CopySheetToAnotherSpreadsheetRequest
IOException