'Declaration Function ConnectData( _ ByVal topicId As Integer, _ ByRef strings As Array, _ ByRef newValues As Boolean _ ) As Object
'Usage Dim instance As IRtdServer Dim topicId As Integer Dim strings As Array Dim newValues As Boolean Dim value As Object value = instance.ConnectData(topicId, strings, newValues)
Parameters
- topicId
- A unique value, assigned by Microsoft Excel, which identifies the topic.
- strings
- A single-dimensional array of strings identifying the topic.
- newValues
- True to determine if new values are to be acquired.
Return Value
System.Object.