public void NotifyVisualChanged( IWorksheet worksheet, int row, int column, int row2, int column2 )
'Declaration Public Overloads Sub NotifyVisualChanged( _ ByVal worksheet As IWorksheet, _ Optional ByVal row As Integer, _ Optional ByVal column As Integer, _ Optional ByVal row2 As Integer, _ Optional ByVal column2 As Integer _ )
'Declaration
Public Overloads Sub NotifyVisualChanged( _ ByVal worksheet As IWorksheet, _ Optional ByVal row As Integer, _ Optional ByVal column As Integer, _ Optional ByVal row2 As Integer, _ Optional ByVal column2 As Integer _ )
'Usage Dim instance As CalculationEngine Dim worksheet As IWorksheet Dim row As Integer Dim column As Integer Dim row2 As Integer Dim column2 As Integer instance.NotifyVisualChanged(worksheet, row, column, row2, column2)
'Usage
Dim instance As CalculationEngine Dim worksheet As IWorksheet Dim row As Integer Dim column As Integer Dim row2 As Integer Dim column2 As Integer instance.NotifyVisualChanged(worksheet, row, column, row2, column2)
CalculationEngine Class CalculationEngine Members Overload List