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

IXlTable.GetRowReference(String) Method

Gets a reference to the cell at the intersection of the current row and the specified table column.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

XlTableReference GetRowReference(
    string columnName
)

Parameters

Name Type Description
columnName String

A string that is the name of the column containing a value to which the structured reference should refer.

Returns

Type Description
XlTableReference

An XlTableReference object that specifies the created reference.

See Also