Name | Description | |
---|---|---|
Add | Adds a sheet to the collection. | |
AddRange | Overloaded. Adds a range of sheets to the collection. | |
Clear | Removes all the sheets from the collection. | |
Contains | Specifies whether the collection contains the specified sheet. | |
CopyTo | Copies the sheets in the collection to an array. | |
Find | Searches the collection for a sheet with the specified name. | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
IndexOf | Returns the index of the specified sheet in the collection. | |
Insert | Inserts a sheet into the collection at the specified index. | |
Move | Moves the specified SheetView to a different index in the collection. | |
Remove | Removes the specified sheet from the collection. | |
RemoveAt | Removes a sheet (SheetView object) from the collection at the specified index. |