Click or drag to resize

IWorksheets Methods

The IWorksheets type exposes the following members.

Methods
Name Description
Public method AddCopyAfter(IWorksheet)
Adds copy of sheet to collection after choosed sheet.
Public method AddCopyAfter(IWorksheet, IWorksheet)
Adds copy of sheet to collection before choosed sheet.
Public method AddCopyBefore(IWorksheet)
Adds copy of sheet to collection before choosed sheet.
Public method AddCopyBefore(IWorksheet, IWorksheet)
Adds copy of sheet to collection before choosed sheet.
Public method Create
Create a new worksheet.
Public method Create(String)
Create worksheet with specified name.
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Public method Remove(Int32)
Removes specified worksheet from the collection.
Public method Remove(String)
Removes specified worksheet from the collection.
Public method Remove(IWorksheet)
Remove worksheet from collection.
Top
See Also