Back to Devexpress

PivotCalculatedFieldCollection.Contains(PivotField) Method

officefileapi-devexpress-dot-spreadsheet-dot-pivotcalculatedfieldcollection-dot-contains-x28-devexpress-dot-spreadsheet-dot-pivotfield-x29.md

latest1.6 KB
Original Source

PivotCalculatedFieldCollection.Contains(PivotField) Method

Determines whether the collection contains the specified field.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Contains(
    PivotField field
)
vb
Function Contains(
    field As PivotField
) As Boolean

Parameters

NameTypeDescription
fieldPivotField

A PivotField object that specifies a calculated field to locate in the collection.

|

Returns

TypeDescription
Boolean

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

|

See Also

PivotCalculatedFieldCollection Interface

PivotCalculatedFieldCollection Members

DevExpress.Spreadsheet Namespace