corelibraries-devexpress-dot-export-dot-xl-2a645f61.md
Represents a reference to table data.
Namespace : DevExpress.Export.Xl
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class XlTableReference :
IXlFormulaParameter
Public Class XlTableReference
Implements IXlFormulaParameter
The following members return XlTableReference objects:
An instance of the XlTableReference class represents a structured reference that can be used to work with table data when you create formulas referencing a table or different ranges within a table. Refer to the How to: Create a Calculated Column topic for an example on how to use a structured reference to create a formula for a calculated table column.
Note that you can also use the IXlTable.GetReference or IXlTable.GetRowReference methods of a particular table to create structured references that refer to data within this table.
Object XlTableReference
See Also
Tables in the Excel Export Library