Method AddSheet
AddSheet(string, NewSheetProperties)
Creates a new sheet within the Spreadsheet with the id SpreadSheetId.
Declaration
public int AddSheet(string title, NewSheetProperties newSheetProperties)
Parameters
Type | Name | Description |
---|---|---|
string | title | The title for the new sheet |
NewSheetProperties | newSheetProperties | The settings to apply to the new sheet. |
Returns
Type | Description |
---|---|
int | The new sheet id. |