Skip to main content

XlFunc.Row(XlCellRange) Method

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

public static IXlFormulaParameter Row(
    XlCellRange range
)

#Parameters

Name Type Description
range XlCellRange

An XlCellRange that is the worksheet range.

#Returns

Type Description
IXlFormulaParameter

An IXlFormulaParameter object that is the function result.

See Also