Click or drag to resize

WorksheetsCollection Remove Method

Overload List
Name Description
Public method Remove(Int32)
Removes specified worksheet from the collection.
(Inherited from XlsWorksheetsCollection .)
Public method Remove(String)
Removes specified worksheet from the collection.
(Inherited from XlsWorksheetsCollection .)
Public method Remove(IWorksheet)
Remove specified worksheet from workbook collection.
(Inherited from XlsWorksheetsCollection .)
Public method Remove(Worksheet)
Remove worksheet from collection.
Top
See Also