Back to Devexpress

WorksheetTableDataBinding.Table Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheettabledatabinding.md

latest1.3 KB
Original Source

WorksheetTableDataBinding.Table Property

Gets the worksheet table associated with the current WorksheetTableDataBinding instance.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
Table Table { get; }
vb
ReadOnly Property Table As Table

Property Value

TypeDescription
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

WorksheetTableDataBinding Interface

WorksheetTableDataBinding Members

DevExpress.Spreadsheet Namespace