Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.19 KB

Visio.DataRecordset.RefreshInterval.md

File metadata and controls

43 lines (25 loc) · 1.19 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DataRecordset.RefreshInterval property (Visio)
vis_sdr.chm16460340
vis_sdr.chm16460340
Visio.DataRecordset.RefreshInterval
3d108e6e-65af-05ea-77d2-a19d96f82c1e
06/08/2017
medium

DataRecordset.RefreshInterval property (Visio)

Gets or sets how often Microsoft Visio automatically refreshes the data recordset. Read/write.

Note

This Visio object or member is available only to licensed users of Visio Professional 2013.

Syntax

expression.RefreshInterval

expression An expression that returns a DataRecordset object.

Return value

Long

Remarks

When you create a DataRecordset object, its RefreshInterval property is set to the default, 0. This setting indicates that data is not refreshed automatically.

By setting RefreshInterval to a positive Long value, you can specify the time in minutes between automatic refreshes. The minimum interval you can specify is one minute.

This setting corresponds to the value a user can set in the Configure Refresh dialog box.

[!includeSupport and feedback]