RemoveSheet Method
Overloads
RemoveSheet(IApp, String) |
Remove sheet |
RemoveSheet(IApp, String)
Remove sheet
Declaration
public static bool RemoveSheet(this IApp theApp, string id)
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.Boolean |
True if the sheet was removed successfully |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!