Back to Devexpress

PivotTableCollection.Contains(PivotTable) Method

officefileapi-devexpress-dot-spreadsheet-dot-pivottablecollection-dot-contains-x28-devexpress-dot-spreadsheet-dot-pivottable-x29.md

latest1.5 KB
Original Source

PivotTableCollection.Contains(PivotTable) Method

Indicates whether the collection contains the specified pivot table.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Contains(
    PivotTable table
)
vb
Function Contains(
    table As PivotTable
) As Boolean

Parameters

NameTypeDescription
tablePivotTable

A PivotTable object to locate in the collection.

|

Returns

TypeDescription
Boolean

true , if the collection contains the pivot table; otherwise, false.

|

See Also

PivotTableCollection Interface

PivotTableCollection Members

DevExpress.Spreadsheet Namespace