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

WorksheetTableDataBinding.Table Property

Gets the worksheet table associated with the current WorksheetTableDataBinding instance.

Namespace: DevExpress.Spreadsheet

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

Declaration

Table Table { get; }

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