Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotFieldReferenceCollection.Contains(PivotFieldReference) Method

Determines whether the collection contains the specified column or row field.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

bool Contains(
    PivotFieldReference field
)

Parameters

Name Type Description
field PivotFieldReference

A PivotFieldReference object that specifies the row or column field to locate in the collection.

Returns

Type Description
Boolean

true, if the collection contains the specified field; otherwise, false.

See Also