Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / Microsoft.Office.Interop.Excel Namespace / IRtdServer Interface / DisconnectData Method
A unique value assigned to the topic assigned by Microsoft Excel.


In This Topic
    DisconnectData Method
    In This Topic
    Notifies a real-time data (RTD) server application that a topic is no longer in use.
    Syntax
    'Declaration
     
    Sub DisconnectData( _
       ByVal topicId As Integer _
    ) 
    'Usage
     
    Dim instance As IRtdServer
    Dim topicId As Integer
     
    instance.DisconnectData(topicId)
    void DisconnectData( 
       int topicId
    )

    Parameters

    topicId
    A unique value assigned to the topic assigned by Microsoft Excel.
    See Also