Link Search Menu Expand Document

CustomFunctionsCallback Delegate

Event handler delegate for calling custom functions

Namespace:Bytescout.Spreadsheet
Assembly: 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: Object
See Also

Reference