In This Topic
Removes the
XLSheet with the specified name from the collection.
Syntax
'Declaration
Public Overloads Sub Remove( _
ByVal As String _
)
public void Remove(
string
)
Parameters
- name
- Name of the sheet to remove from the collection (case-insensitive).
See Also