Back to Devexpress

XlTablePart Enum

corelibraries-devexpress-dot-export-dot-xl-c9fdf270.md

latest1.8 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlTablePart
vb
Public Enum XlTablePart

Members

NameDescription
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:

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

DevExpress.Export.Xl Namespace