Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetViewCollection Class
Properties Methods


In This Topic
    SheetViewCollection Class Members
    In This Topic

    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 in a collection.  
    Public PropertyOverloaded. Gets or sets the sheet at a specific 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 MethodAdds a range of sheets to the collection.  
    Public MethodRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
    Public MethodOverloaded. Specifies whether a specified sheet is in the collection.  
    Public MethodCopies the sheets in the collection to an array.  
    Public MethodReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
    Public MethodGets the sheet with the specified name from the collection.  
    Public MethodGets the index of a specified sheet in the collection.  
    Public MethodInserts a specified sheet at a specified place in the collection.  
    Public MethodMoves the specified SheetView to a different index in the collection.  
    Public MethodRemoves a specified sheet from a collection.  
    Public MethodRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Processes the OnClear event, which clears the collection.  
    Protected MethodPerforms additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Process the OnInsert event which insert a sheet into the collection  
    Protected MethodOverridden. Processes the OnInsertComplete event, which inserts a sheet in the collection.  
    Protected MethodOverridden. Processes the OnRemove event, which removes a sheet in the collection.  
    Protected MethodOverridden. Performs additional custom processes after removing an element from the SheetViewCollection instance.  
    Protected MethodOverridden. Processes the OnSet event, which sets a new sheet in the collection.  
    Protected MethodOverridden. Processes the OnSetComplete event, which sets a new sheet in the collection.  
    Protected MethodOverridden. Processes the OnValidate event, which validates a sheet in the collection.  
    Top
    See Also