Search
WorksheetCollection.insert Method
See Also
 






 Overload List

Name Description

WorksheetCollection.insert (Int32)

Creates a new Worksheet object and adds it at the specified index within the collection.

WorksheetCollection.insert (Int32, String)

Creates a new Worksheet object with the specified name and adds it at the specified index within the collection. If a worksheet with the specified name already exists, an exception is thrown.

 See Also