XLSheetCollection Class Methods
In This Topic
For a list of all members of this type, see XLSheetCollection members.
Public Methods
| Name | Description |
| Add | Overloaded. Creates a new XLSheet and appends it to the collection. |
| Clear | Removes all items from the collection. |
| Contains | Overloaded. Determines whether the collection contains a specific XLSheet object. |
| IndexOf | Overloaded. Gets the index of a given XLSheet in the collection. |
| Insert | Overloaded. Creates a new XLSheet and inserts it at a specific position in the collection. |
| Remove | Overloaded. Removes an XLSheet from the collection. |
| RemoveAt | Removes the XLSheet at a specific index from the collection. |
Top
See Also