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

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.v19.1.Core.dll

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