Name | Description | |
---|---|---|
Count | Returns the number of objects in the collection (read-only). | |
Item | Overloaded. Gets the worksheet using the index. |
The following tables list the members exposed by IWorksheets.
Name | Description | |
---|---|---|
Count | Returns the number of objects in the collection (read-only). | |
Item | Overloaded. Gets the worksheet using the index. |
Name | Description | |
---|---|---|
Add | Creates a new worksheet. The new worksheet becomes the active sheet. | |
AddAfter | Creates a new worksheet and inserts it after the specified sheet. | |
AddBefore | Creates a new worksheet and inserts it before the specified sheet. | |
Contains | Returns true if the specified Worksheet is contained by the collection of worksheets; otherwise, false is returned. | |
GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<IWorksheet>) | |
IndexOf | Returns the zero-based index of the specified worksheet in the collection. |