The following tables list the members exposed by SheetViewCollection.
| 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. | 
| Name | Description | |
|---|---|---|
|  | InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
| 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. | 
| Name | Description | |
|---|---|---|
|  | OnClear | Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | OnValidate | Performs additional custom processes when validating a value. (Inherited from System.Collections.CollectionBase) | 
| Name | Description | |
|---|---|---|
|  | Changed | Occurs when a sheet is added, removed, or changed in the collection. | 
|  | Changing | Occurs when a sheet is about to be added, removed, or changed in the collection. | 
Reference
SheetViewCollection ClassFarPoint.Win.Spread Namespace
User-Task Documentation
Adding a SheetCustomizing the Appearance of a Sheet
Customizing Interaction with a Sheet
 
     
     
     
     
    