Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.11 KB

Excel.IRtdServer.RefreshData.md

File metadata and controls

44 lines (25 loc) · 1.11 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
IRtdServer.RefreshData method (Excel)
vbaxl10.chm500007
vbaxl10.chm500007
Excel.IRtdServer.RefreshData
42a2ad6f-a413-6b09-ca38-3369475e1cd5
04/27/2019
medium

IRtdServer.RefreshData method (Excel)

This method is called by Microsoft Excel to get new data. Returns a Variant.

Syntax

expression.RefreshData (TopicCount)

expression A variable that represents an IRtdServer object.

Parameters

Name Required/Optional Data type Description
TopicCount Required Long The real-time data (RTD) server must change the value of the TopicCount to the number of elements in the array returned.

Return value

A Variant array that contains the new data.

Remarks

The data returned to Excel is a Variant containing a two-dimensional array. The first dimension represents the list of topic IDs. The second dimension represents the values associated with the topic IDs.

[!includeSupport and feedback]