'Declaration
Public Overloads Sub Remove( _ ByVal sourceWorksheetName As String _ )
'Usage
Dim instance As WorksheetCollection Dim sourceWorksheetName As String instance.Remove(sourceWorksheetName)
public void Remove( string sourceWorksheetName )
Parameters
- sourceWorksheetName
- The name of the Worksheet that will be removed.