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. | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<IWorksheet>) |