WorksheetTableDataBinding.Table Property
In This Article
Gets the worksheet table associated with the current WorksheetTableDataBinding instance.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
Table | A Table object that is a table associated with a data source. |
#Remarks
When the table is deleted, the associated WorksheetTableDataBinding object is also deleted.
See Also