Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class
Properties Methods Events


In This Topic
    SheetViewCollection Class Members
    In This Topic

    The following tables list the members exposed by SheetViewCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property  
    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.  
    Public Property  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (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 Method (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 MethodOverloaded. Removes the specified sheet from the collection.  
    Public MethodRemoves a sheet (SheetView object) from the collection at the specified index.  
    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