Skip to main content

XlTableReference.LastColumn Property

Gets the name of the column used as the right bound to specify the portion of the table to be referenced.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public string LastColumn { get; }

Property Value

Type Description
String

A string that specifies the column name.

Remarks

If a structured reference refers to data in a specific column, the XlTableReference.FirstColumn and LastColumn properties return the name of this column.

If a structured reference doesn’t contain any column specifiers, the LastColumn property returns an empty string.

See Also