[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalStyleItemCollection.AddRange

AddRange Method

AddRange(IEnumerable<ConditionalStyleItem>)

Adds a set of the ConditionalStyleItems to the current ConditionalStyleItemCollection.

Declaration
public void AddRange(IEnumerable<ConditionalStyleItem> items)
Public Sub AddRange(items As IEnumerable(Of ConditionalStyleItem))
Parameters
Type Name Description
IEnumerable<ConditionalStyleItem> items

The target ConditionalStyleItem collection.

Exceptions
Type Condition
ArgumentNullException

One of the items is null.

ArgumentException

The items were added to another ConditionalStyleItemCollection.