XlFunc.Param(XlVariantValue) Method
In This Article
Creates a new IXlFormulaParameter object from the specified value.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public static IXlFormulaParameter Param(
XlVariantValue value
)
#Parameters
Name | Type | Description |
---|---|---|
value | Xl |
An Xl |
#Returns
Type | Description |
---|---|
IXl |
An IXl |
#Remarks
Use the Param method to convert a constant to the IXlFormulaParameter object when creating an expression for use in the IXlCell.SetFormula or IXlCell.SetSharedFormula methods.
See Also