IRTDUpdateEvent.UpdateNotify Method
The real-time data (RTD) server uses this method to notify Microsoft Excel that new data has been received.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub UpdateNotify
'Usage
Dim instance As IRTDUpdateEvent
instance.UpdateNotify()
void UpdateNotify()