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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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