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. | |
Delete | Delete all worksheets. | |
GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<IWorksheet>) | |
Select | Selects all worksheets. |