Refresh Method

Microsoft Office Web Components Object Model

Refresh Method

       

Refreshes the specified object (reloads source data or repaints the object).

expression.Refresh

expression   An expression that returns an object in the Applies To list.

Example

This example causes the chart workspace to repaint itself.

ChartSpace1.Refresh

This example causes a data source control-bound chart to reload its data.

ChartSpace1.ChartDataSources(0).Refresh