Link Search Menu Expand Document

Progress Delegate

Event handler delegate for the file loading prcess.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public delegate void Progress(
	double val
)

Parameters

val
Type: SystemDouble
Progress in percent.
See Also

Reference