Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the automatic periodic data refresh values.
Namespace: Microsoft.Office.Excel.WebUI
Assembly: Microsoft.Office.Excel.WebUI (in Microsoft.Office.Excel.WebUI.dll)
Syntax
'Declaration
Public Enumeration AutomaticPeriodicDataRefreshMode
'Usage
Dim instance As AutomaticPeriodicDataRefreshMode
public enum AutomaticPeriodicDataRefreshMode
Members
| Member name | Description | |
|---|---|---|
| Disabled | 0 if automatic periodic refresh is disabled. | |
| Optional | 1 if automatic periodic refresh is optional. | |
| Enabled | 2 if automatic periodic refresh is enabled. |
Remarks
Valid values are 0, 1, and 2. Also see the AutomaticPeriodicDataRefresh() property.