Name | Description | |
---|---|---|
Add | Adds a sheet to a collection. | |
AddRange | Adds a range of sheets to a collection. | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Contains | Overloaded. Specifies whether a specified sheet is in the collection. | |
CopyTo | Copies the sheets in the collection to an array. | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
GetSheetView | Gets the sheet with the specified name from the collection. | |
IndexOf | Gets the index of a specified sheet in the collection. | |
Insert | Inserts a specified sheet at a specified place in the collection. | |
Move | Moves the specified SheetView to a different index in the collection. | |
Remove | Removes a specified sheet from a collection. | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |