Name | Description | |
---|---|---|
Count | Gets the number of worksheets in the workbook. | |
Item | Overloaded. Gets the specified IWorksheet by the zero based index. | |
WorkbookSet | Gets the parent workbook set of this IWorksheets. |
The following tables list the members exposed by IWorksheets.
Name | Description | |
---|---|---|
Count | Gets the number of worksheets in the workbook. | |
Item | Overloaded. Gets the specified IWorksheet by the zero based index. | |
WorkbookSet | Gets the parent workbook set of this IWorksheets. |
Name | Description | |
---|---|---|
Add | Creates a new IWorksheet. | |
Copy | Copies worksheets to the specified position in the IWorksheet collection of the IWorkbook. | |
Delete | Delete all worksheets. | |
GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<IWorksheet>) | |
Move | Moves worksheets to the specified position in the IWorksheet collection of the IWorkbook. | |
Select | Selects all worksheets. |