CalcErrorHandler DelegateBytescout Spreadsheet SDK
Represents the method that will handle the OnCalcError event of a Spreadsheet

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public delegate void CalcErrorHandler(
	Cell sender,
	ExceptionEventArgs error
)

Parameters

sender
Type: Bytescout.SpreadsheetCell
error
Type: Bytescout.SpreadsheetExceptionEventArgs
See Also

Reference