Share via


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 Microsoft Visio Professional 2010 or Visio Premium 2010.

Version Information

Version Added: Visio 2007

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.