DataEngine for .NET Standard | ComponentOne
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 _
    ) 
    public delegate void ProgressDelegate( 
       int progressPercentage
    )

    Parameters

    progressPercentage
    See Also