Skip to main content
A newer version of this page is available. .

XlTableReference.Table Property

Gets the table to which the current structured reference refers.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public IXlTable Table { get; }

Property Value

Type Description
IXlTable

An IXlTable object that is the referenced table.

See Also