Spread Windows Forms 12.0 Product Documentation
DisconnectData Method


GrapeCity.Spreadsheet Assembly > Microsoft.Office.Interop.Excel Namespace > IRtdServer Interface : DisconnectData Method
A unique value assigned to the topic assigned by Microsoft Excel.
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

Reference

IRtdServer Interface
IRtdServer Members