TableCollection.Contains(Table) Method
In This Article
Indicates whether the collection contains the specified table.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.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