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

XlTablePart Enum

Lists special item specifiers used within structured references to refer to specific parts of a table or table column(s).

Namespace: DevExpress.Export.Xl

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

Declaration

public enum XlTablePart

Members

Name Description
Any

No special item specifiers are defined to restrict the portion of the table used in the structured reference.

All

A special item specifier that refers to the entire table, including column headers, data, and totals (if any).

Data

A special item specifier that refers to the data area.

Headers

A special item specifier that refers to the header row.

Totals

A special item specifier that refers to the total row.

ThisRow

A special item specifier that refers to the cells in the same row as the formula.

Related API Members

The following properties accept/return XlTablePart values:

Remarks

The values listed by this enumeration are used by the XlTableReference constructor and IXlTable.GetReference method overloads to create a structured reference.

See Also