Back to Devexpress

ChartCollection.Contains(Chart) Method

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-chartcollection-dot-contains-x28-devexpress-dot-spreadsheet-dot-charts-dot-chart-x29.md

latest1.5 KB
Original Source

ChartCollection.Contains(Chart) Method

Determines whether the collection contains the specified item.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Contains(
    Chart chart
)
vb
Function Contains(
    chart As Chart
) As Boolean

Parameters

NameTypeDescription
chartChart

A Chart object to search for.

|

Returns

TypeDescription
Boolean

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

|

See Also

ChartCollection Interface

ChartCollection Members

DevExpress.Spreadsheet.Charts Namespace