Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

TableCollection.Contains(Table) Method

Indicates whether the collection contains the specified table.

Namespace: DevExpress.Spreadsheet

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

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