Skip to main content

FormattingRuleCollection.AddRange(IEnumerable<FormattingRule>) Method

Appends an array of formatting rules to the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void AddRange(
    IEnumerable<FormattingRule> items
)

Parameters

Name Type Description
items IEnumerable<FormattingRule>

An array of FormattingRule objects to append to the collection.

Remarks

Objects are added to the end of the collection in the same order they have in the array.

See Also