ParameterInfo.ConvertEmptyValueToZero Property
Gets or sets whether a parameter with an empty value is converted to zero when the parameter is evaluated.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to convert an empty parameter value to zero; otherwise, false. |
See Also