Search
WorksheetCollection.add Method
See Also
 






Creates a new Worksheet object and adds it to the end of the collection.

 Overload List

Name Description

WorksheetCollection.add ()

Creates a new Worksheet object and adds it to the end of the collection.

WorksheetCollection.add (String)

Creates a new Worksheet object with the specified name and adds it to the end of the collection. If a worksheet with the specified name already exists, an exception is thrown.

 See Also