Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfoCollection Class / AddRange Method / AddRange(ICollection) Method
The StyleInfoCollection or array of StyleInfo objects to add to the collection.


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

    Parameters

    c
    The StyleInfoCollection or array of StyleInfo objects to add to the collection.
    See Also