[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.AddCustomFunction

AddCustomFunction Method

AddCustomFunction(CustomFunction, bool)

向函数集中添加自定义函数。

Declaration
public static void AddCustomFunction(CustomFunction func, bool canOverride = false)
Parameters
Type Name Description
CustomFunction func

自定义函数实例。

bool canOverride

能否覆盖存在的函数。