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