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

XlFunc.Column(XlCellRange) Method

Namespace: DevExpress.Export.Xl

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

Declaration

public static IXlFormulaParameter Column(
    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