Back to Devexpress

CustomFunction Interface

officefileapi-devexpress-dot-spreadsheet-dot-functions-f297b0cc.md

latest1.2 KB
Original Source

CustomFunction Interface

OBSOLETE

Use ICustomFunction interface instead.

Use the ICustomFunction interface instead.

Namespace : DevExpress.Spreadsheet.Functions

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[Browsable(false)]
[Obsolete("Use ICustomFunction interface instead.", false)]
public interface CustomFunction :
    ICustomFunction,
    IFunction
vb
<Obsolete("Use ICustomFunction interface instead.", False)>
<Browsable(False)>
Public Interface CustomFunction
    Inherits ICustomFunction,
             IFunction

See Also

CustomFunction Members

DevExpress.Spreadsheet.Functions Namespace