Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / Microsoft.Office.Interop.Excel Namespace / IRTDUpdateEvent Interface / Disconnect Method


In This Topic
    Disconnect Method
    In This Topic
    Instructs the real-time data server (RTD) to disconnect from the specified IRTDUpdateEvent object.
    Syntax
    'Declaration
     
    Sub Disconnect() 
    'Usage
     
    Dim instance As IRTDUpdateEvent
     
    instance.Disconnect()
    void Disconnect()
    See Also