[]
        
(Showing Draft Content)

FarPoint.Web.Spread.NamedStyleCollection.AddRange

AddRange Method

AddRange(ICollection)

Adds an array of styles (NamedStyle objects) to the collection.

Declaration
public virtual void AddRange(ICollection c)
Public Overridable Sub AddRange(c As ICollection)
Parameters
Type Name Description
ICollection c

NamedStyleCollection or array of NamedStyle objects to add to the collection

AddRange(NamedStyle[])

Adds an array of NamedStyle objects to the collection.

Declaration
public virtual void AddRange(NamedStyle[] array)
Public Overridable Sub AddRange(array As NamedStyle())
Parameters
Type Name Description
NamedStyle[] array

Array of styles (NamedStyle objects) to add to the collection