Skip to main content
A newer version of this page is available. .
Row

WorksheetCollection.Contains(Worksheet) Method

Determines whether the collection contains the specified worksheet.

Namespace: DevExpress.Spreadsheet

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

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