Progress DelegateBytescout Spreadsheet SDK
Event handler delegate for the file loading prcess.

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

public delegate void Progress(
	double val
)

Parameters

val
Type: SystemDouble
Progress in percent.
See Also

Reference