FormattingRuleSheet.AddRange(FormattingRule[]) Method
Appends an array of formatting rules to the sheet.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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