CustomFunction Interface
OBSOLETE
Use ICustomFunction interface instead.
Use the ICustomFunction interface instead.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
[Browsable(false)]
[Obsolete("Use ICustomFunction interface instead.", false)]
public interface CustomFunction :
ICustomFunction,
IFunction
See Also