com.grapecity.documents.excel Package / Workbook Class / AddCustomFunction Method / AddCustomFunction(CustomFunction,boolean) Method
the custom function instance.
override the exist function.
In This Topic
AddCustomFunction(CustomFunction,boolean) Method
In This Topic
Add custom function into the function set.
Syntax
public static void AddCustomFunction( 
   CustomFunction func,
   boolean canOverride
)

Parameters

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