Back to Devexpress

TableCollection.Contains(Table) Method

officefileapi-devexpress-dot-spreadsheet-dot-tablecollection-dot-contains-x28-devexpress-dot-spreadsheet-dot-table-x29.md

latest1.4 KB
Original Source

TableCollection.Contains(Table) Method

Indicates whether the collection contains the specified table.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Contains(
    Table table
)
vb
Function Contains(
    table As Table
) As Boolean

Parameters

NameTypeDescription
tableTable

A Table object to locate in the collection.

|

Returns

TypeDescription
Boolean

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

|

See Also

TableCollection Interface

TableCollection Members

DevExpress.Spreadsheet Namespace