C1.PivotEngine Assembly / C1.PivotEngine Namespace / ProgressDelegate Delegate

In This Topic
ProgressDelegate Delegate
In This Topic
Used by C1PivotEngine.Exec to report progress updates.
Syntax
'Declaration
 
Public Delegate Sub ProgressDelegate( _
   ByVal progressPercentage As Integer _
) 
 

Parameters

progressPercentage
See Also