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 | Overloaded. 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. |
![]() | Copy | Copies the sheet collection to the end of the specified workbook. |
![]() | CopyAfter | Copies the sheet collection to the location after the specified sheet. |
![]() | CopyBefore | Copies the sheet collection to the location before the specified sheet. |
![]() | GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<IWorksheet>) |
![]() | IndexOf | Returns the zero-based index of the specified worksheet in the collection. |
![]() | Move | Moves the sheet collection to the end of the specified workbook. |
![]() | MoveAfter | Moves the sheet collection to the location after the specified sheet. |
![]() | MoveBefore | Moves the sheet collection to the location before the specified sheet. |
![]() | Select | Selects the object. |