Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / AddCustomFunction Method
the custom function instance.
can override the exist function.
In This Topic
    AddCustomFunction Method
    In This Topic
    Add custom function into the function set.
    Syntax
    public static void AddCustomFunction( 
       CustomFunction func,
       System.bool canOverride
    )

    Parameters

    func
    the custom function instance.
    canOverride
    can override the exist function.
    See Also