Spread Windows Forms 12.0 Product Documentation
SheetViewCollection Class Members
Properties  Methods  Events


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : SheetViewCollection Class

The following tables list the members exposed by SheetViewCollection.

Public Properties
 NameDescription
Public PropertyGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyGets or sets the number of sheets (SheetView objects) in the collection.  
Public PropertyGets whether the collection has a fixed size. (This implementation always returns false.)  
Public PropertyGets whether the collection is read-only. (This implementation always returns false.)  
Public PropertyOverloaded. Gets or sets the sheet (SheetView object) at the specified position in the collection.  
Top
Protected Properties
 NameDescription
Protected PropertyGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Top
Public Methods
 NameDescription
Public MethodAdds a sheet to the collection.  
Public MethodOverloaded. Adds a range of sheets to the collection.  
Public MethodRemoves all the sheets from the collection.  
Public MethodSpecifies whether the collection contains the specified sheet.  
Public MethodCopies the sheets in the collection to an array.  
Public MethodSearches the collection for a sheet with the specified name.  
Public MethodReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public MethodReturns the index of the specified sheet in the collection.  
Public MethodInserts a sheet into the collection at the specified index.  
Public MethodMoves the specified SheetView to a different index in the collection.  
Public MethodRemoves the specified sheet from the collection.  
Public MethodRemoves a sheet (SheetView object) from the collection at the specified index.  
Top
Protected Methods
 NameDescription
Protected MethodPerforms additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodPerforms additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodPerforms additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodPerforms additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodPerforms additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodPerforms additional custom processes after removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodOverridden.   
Protected MethodPerforms additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodPerforms additional custom processes when validating a value. (Inherited from System.Collections.CollectionBase)
Top
Public Events
 NameDescription
Public EventOccurs when a sheet is added, removed, or changed in the collection.  
Public EventOccurs when a sheet is about to be added, removed, or changed in the collection.  
Top
See Also

Reference

SheetViewCollection Class
FarPoint.Win.Spread Namespace

User-Task Documentation

Adding a Sheet
Customizing the Appearance of a Sheet
Customizing Interaction with a Sheet