For a list of all members of this type, see SheetViewCollection members.
Public Properties
| Name | Description |
| Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) |
| Count | Gets or sets the number of sheets (SheetView objects) in the collection. |
| IsFixedSize | Gets whether the collection has a fixed size. (This implementation always returns false.) |
| IsReadOnly | Gets whether the collection is read-only. (This implementation always returns false.) |
| Item | Overloaded. Gets or sets the sheet (SheetView object) at the specified position in the collection. |
Top
Protected Properties
See Also