RemoveSheetAsync Method
Overloads
| RemoveSheetAsync(IApp, String) |
Remove sheet |
RemoveSheetAsync(IApp, String)
Remove sheet
Declaration
public static Task<bool> RemoveSheetAsync(this IApp theApp, string id = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IApp | theApp |
The app object. Can be omitted when calling the method as an instance method on the IApp object. |
| System.String | id |
Id of the sheet |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Boolean> |
A task with a boolean, true if the sheet was removed successfully |