Skip to main content
Row

WorksheetCollection.Contains(Worksheet) Method

Determines whether the collection contains the specified worksheet.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Contains(
    Worksheet worksheet
)

Parameters

Name Type Description
worksheet Worksheet

A Worksheet object to locate in the collection.

Returns

Type Description
Boolean

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

See Also