Skip to main content

CustomFunction Interface

OBSOLETE

Use ICustomFunction interface instead.

Use the ICustomFunction interface instead.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[Browsable(false)]
[Obsolete("Use ICustomFunction interface instead.", false)]
public interface CustomFunction :
    ICustomFunction,
    IFunction
See Also