Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / AddRange Method / AddRange(ICollection) Method
Collection of sheets to add to the collection


In This Topic
    AddRange(ICollection) Method
    In This Topic
    Adds a range of sheets to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal c As ICollection _
    ) 
    'Usage
     
    
    Dim instance As SheetViewCollection
    Dim c As ICollection
     
    instance.AddRange(c)
    public void AddRange( 
       ICollection c
    )

    Parameters

    c
    Collection of sheets to add to the collection
    See Also