IRtdServer.ConnectData(Int32, Array, Boolean) Method

Definition

Adds new topics from a real-time data server. The ConnectData method is called when a file is opened that contains real-time data functions or when a user types in a new formula which contains the RTD function.

public:
 System::Object ^ ConnectData(int TopicID, Array ^ % Strings, [Runtime::InteropServices::Out] bool % GetNewValues);
public object ConnectData (int TopicID, ref Array Strings, out bool GetNewValues);
Public Function ConnectData (TopicID As Integer, ByRef Strings As Array, ByRef GetNewValues As Boolean) As Object

Parameters

TopicID
Int32

Required Integer. A unique value, assigned by Microsoft Excel, which identifies the topic.

Strings
Array

Required Object. A single-dimensional array of strings identifying the topic.

GetNewValues
Boolean

Required Boolean. True to determine if new values are to be acquired.

Returns

Applies to