Skip to main content

XlTableReference.FirstColumn Property

Gets the name of the column used as the left 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 FirstColumn { 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 FirstColumn and XlTableReference.LastColumn properties return the name of this column.

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

See Also