Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomFunction Interface

OBSOLETE

Use ICustomFunction interface instead.

Use the ICustomFunction interface instead.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

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