corelibraries-devexpress-dot-export-dot-xl-c9fdf270.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public enum XlTablePart
Public Enum XlTablePart
| 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.
|
The following properties accept/return XlTablePart values:
The values listed by this enumeration are used by the XlTableReference constructor and IXlTable.GetReference method overloads to create a structured reference.
See Also