Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / NotifyVisualChanged Method / NotifyVisualChanged(IWorkbook) Method
The workbook to repaint.


In This Topic
    NotifyVisualChanged(IWorkbook) Method
    In This Topic
    Notifies the calculation engine the visual of all worksheet in the specified workbook are repainted.
    Syntax
    'Declaration
     
    
    Public Overloads Sub NotifyVisualChanged( _
       ByVal workbook As IWorkbook _
    ) 
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim workbook As IWorkbook
     
    instance.NotifyVisualChanged(workbook)
    public void NotifyVisualChanged( 
       IWorkbook workbook
    )

    Parameters

    workbook
    The workbook to repaint.
    See Also