Back to Devexpress

XlTableReference Class

corelibraries-devexpress-dot-export-dot-xl-2a645f61.md

latest2.7 KB
Original Source

XlTableReference Class

Represents a reference to table data.

Namespace : DevExpress.Export.Xl

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class XlTableReference :
    IXlFormulaParameter
vb
Public Class XlTableReference
    Implements IXlFormulaParameter

The following members return XlTableReference objects:

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

IXlFormulaParameter

Inheritance

Object XlTableReference

See Also

XlTableReference Members

Tables in the Excel Export Library

Use the Excel Export API to Create a Calculated Column

DevExpress.Export.Xl Namespace