Skip to main content

PivotGridFormatConditionCollection.AddRange(PivotGridStyleFormatCondition[]) Method

Adds an array of style condition objects to the end of the collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public void AddRange(
    PivotGridStyleFormatCondition[] conditions
)

Parameters

Name Type Description
conditions PivotGridStyleFormatCondition[]

An array of PivotGridStyleFormatCondition objects to be appended to the collection.

See Also