Skip to main content
A newer version of this page is available. .

FormattingRuleSheet.AddRange(FormattingRule[]) Method

Appends an array of formatting rules to the sheet.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public void AddRange(
    FormattingRule[] items
)

Parameters

Name Type Description
items FormattingRule[]

An array of FormattingRule objects to append to the sheet.

Remarks

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

See Also