Skip to main content
Row

TableCollection.Contains(Table) Method

Indicates whether the collection contains the specified table.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Contains(
    Table table
)

Parameters

Name Type Description
table Table

A Table object to locate in the collection.

Returns

Type Description
Boolean

True, if the collection contains the table; otherwise, false.

See Also