Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / FinalizePendingQueue Method
false to forbid dynamic array to spill values. The actual formula cell will have evaluated value but keep Uncalculated state.


In This Topic
    FinalizePendingQueue Method
    In This Topic
    Make sure that all pending queue will be processed.
    Syntax
    'Declaration
     
    
    Public Sub FinalizePendingQueue( _
       ByVal notifyUI As Boolean, _
       Optional ByVal allowSpilling As Boolean _
    ) 
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim notifyUI As Boolean
    Dim allowSpilling As Boolean
     
    instance.FinalizePendingQueue(notifyUI, allowSpilling)
    public void FinalizePendingQueue( 
       bool notifyUI,
       bool allowSpilling
    )

    Parameters

    notifyUI
    allowSpilling
    false to forbid dynamic array to spill values. The actual formula cell will have evaluated value but keep Uncalculated state.
    See Also