CustomFunctionsCallback Delegate
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Event handler delegate for calling custom functions
Namespace:Bytescout.SpreadsheetAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public delegate Object CustomFunctionsCallback( Worksheet sender, string funcName, Object[] arg, ref bool handled )
Parameters
- sender
- Type: Bytescout.SpreadsheetWorksheet
- funcName
- Type: SystemString
Name of the function. - arg
- Type: SystemObject
Array of arguments. - handled
- Type: SystemBoolean
if set to true [handled].
Return Value
Type: ObjectSee Also