Skip to main content

XlTableReference.Table Property

Gets the table to which the current structured reference refers.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public IXlTable Table { get; }

#Property Value

Type Description
IXlTable

An IXlTable object that is the referenced table.

See Also