Overload | Description |
---|---|
Remove(String) | Removes a Worksheet from the WorksheetCollection using a string to identify the Worksheet that needs to be removed. |
Remove(Worksheet) | Removes a Worksheet from the WorksheetCollection by identifying the specific Worksheet that needs to be removed. |
Remove(WorksheetRange) | Removes a WorksheetRange from the WorksheetCollection. |