Back to Devexpress

PivotCalculatedItemCollection.Contains(PivotItem) Method

officefileapi-devexpress-dot-spreadsheet-dot-pivotcalculateditemcollection-dot-contains-x28-devexpress-dot-spreadsheet-dot-pivotitem-x29.md

latest1.5 KB
Original Source

PivotCalculatedItemCollection.Contains(PivotItem) Method

Determines whether the collection contains the specified item.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Contains(
    PivotItem item
)
vb
Function Contains(
    item As PivotItem
) As Boolean

Parameters

NameTypeDescription
itemPivotItem

A PivotItem object that specifies a calculated item to locate in the collection.

|

Returns

TypeDescription
Boolean

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

|

See Also

PivotCalculatedItemCollection Interface

PivotCalculatedItemCollection Members

DevExpress.Spreadsheet Namespace