SPREAD for WPF 3.0J - GcSpreadSheet
ConnectData メソッド

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

パラメータ

topicId
Microsoft Excelによって割り当てられた、トピックを識別する一意の値。
strings
トピックを識別する文字列の1次元配列。
newValues
新しい値を取得する場合はtrue。

戻り値の型

System.Object。
参照

IRtdServer インターフェース
IRtdServer メンバ