Skip to main content

XlFunc.Min(IXlFormulaParameter[]) Method

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static IXlFormulaParameter Min(
    params IXlFormulaParameter[] parameters
)

Parameters

Name Type Description
parameters IXlFormulaParameter[]

An array of IXlFormulaParameter objects interpreted as function parameters.

Returns

Type Description
IXlFormulaParameter

An IXlFormulaParameter object that is the function result.

See Also