PivotGridFormatConditionCollection.AddRange(PivotGridStyleFormatCondition[]) Method
Adds an array of style condition objects to the end of the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
conditions | PivotGridStyleFormatCondition[] | An array of PivotGridStyleFormatCondition objects to be appended to the collection. |
See Also