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
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