Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyleCollection Class / AddRange Method / AddRange(ICollection) Method
NamedStyleCollection or array of NamedStyle objects to add to the collection


In This Topic
    AddRange(ICollection) Method
    In This Topic
    Adds an array of styles (NamedStyle objects) to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub AddRange( _
       ByVal c As ICollection _
    ) 
    'Usage
     
    
    Dim instance As NamedStyleCollection
    Dim c As ICollection
     
    instance.AddRange(c)
    public virtual void AddRange( 
       ICollection c
    )

    Parameters

    c
    NamedStyleCollection or array of NamedStyle objects to add to the collection
    See Also