NotifyVisualChanged(IWorkbook) Method
Notifies the calculation engine the visual of all worksheet in the specified workbook are repainted.
'Declaration
Public Overloads Sub NotifyVisualChanged( _
ByVal As IWorkbook _
)
'Usage
Dim instance As CalculationEngine
Dim workbook As IWorkbook
instance.NotifyVisualChanged(workbook)
Parameters
- workbook
- The workbook to repaint.