Click or drag to resize

ExcelWorksheetsCollection Methods

The ExcelWorksheetsCollection type exposes the following members.

Methods
  NameDescription
Public methodAddWorksheet
Adds a new worksheet to the worksheets collection
Public methodAddWorksheet(String)
Adds a new worksheet with the specified name to the worksheets collection
Public methodGetEnumerator
Gets the worksheets collection enumerator
Public methodRemoveWorksheet(Int32)
Removes the worksheet at the specified zero based index from collection.
Public methodRemoveWorksheet(String)
Removes the worksheet with the specified name from collection
Public methodRemoveWorksheet(ExcelWorksheet)
Removes the specified worksheet from collection
Top
See Also