Public Methods
Public Properties
A collection of worksheets in a workbook. Syntax
For a list of all members of this type, see WorksheetCollection members. Public Events Name Description CollectionChanged Occurs after items in the collection have been added or removed PropertyChanged Occurs after a property value has changed Top
Public Properties Public Methods Public Events
Public Methods
Public Properties
Creates a new Worksheet and adds it to the collection. Syntax Parameters name The name to give the new Worksheet. Return Value The Worksheet created with the specified name. Exceptions Exception Description System.ArgumentNullException name is null or empty. System.ArgumentException name contains the invalid chara...
Creates a new Worksheet and adds it to the collection. Overload List
Clears all worksheets from the collection. Syntax Remarks If there are any NamedReference instances in the Workbook.NamedReferences collection with a worksheet for a scope, they will be removed from the Workbook.