リアルタイムデータサーバーから新しいトピックを追加します。ConnectDataメソッドは、リアルタイムデータ関数を含むファイルが開かれたとき、またはユーザーがRTD関数を含む新しい数式を入力したときに呼び出されます。
シンタックス
'宣言
Function ConnectData( _
ByVal As System.Integer, _
ByRef As System.Array, _
ByRef As System.Boolean _
) As System.Object
System.object ConnectData(
System.int ,
ref System.Array ,
ref System.bool
)
パラメータ
- topicId
- Microsoft Excelによって割り当てられた、トピックを識別する一意の値。
- strings
- トピックを識別する文字列の1次元配列。
- newValues
- 新しい値を取得する場合はtrue。
戻り値の型
System.Object。
参照