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

PivotGridFormatConditionCollection.AddRange(PivotGridStyleFormatCondition[]) Method

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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