Excel |
The ExcelWorksheetCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveWorksheet | Gets or sets active worksheet. |
![]() | Count | Gets the number of elements contained in the ExcelWorksheetCollection. |
![]() | ItemInt32 | Gets the worksheet with the specified index. |
![]() | ItemString | Gets the worksheet with the specified name. |
Name | Description | |
---|---|---|
![]() | Add | Adds an empty worksheet to the end of the collection. |
![]() | AddCopy | Adds a copy of an existing worksheet to the end of the collection. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetEnumerator | Returns an enumerator for the ExcelWorksheetCollection. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |