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

XlTableReference.Part Property

Gets a special item specifier used by the current structured reference to refer to a specific part of the table.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public XlTablePart Part { get; }

Property Value

Type Description
XlTablePart

An XlTablePart enumeration member.

Available values:

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.

See Also