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

XlTableReference Class

Represents a reference to table data.

Namespace: DevExpress.Export.Xl

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

Declaration

public class XlTableReference :
    IXlFormulaParameter

Remarks

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.

Implements

Inheritance

Object
XlTableReference
See Also