PivotTableCollection.Contains(PivotTable) Method
In This Article
Indicates whether the collection contains the specified pivot table.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
bool Contains(
PivotTable table
)
#Parameters
Name | Type | Description |
---|---|---|
table | Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
Boolean | true, if the collection contains the pivot table; otherwise, false. |
See Also