ExcelWebRenderer.AllowPeriodicDataRefresh Property
Allows periodic data refresh.
Namespace: Microsoft.Office.Excel.WebUI
Assembly: Microsoft.Office.Excel.WebUI (in Microsoft.Office.Excel.WebUI.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<WebPartStorageAttribute(Storage.Shared)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property AllowPeriodicDataRefresh As Boolean
Get
Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As Boolean
value = instance.AllowPeriodicDataRefresh
instance.AllowPeriodicDataRefresh = value
[WebBrowsableAttribute(true)]
[WebPartStorageAttribute(Storage.Shared)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool AllowPeriodicDataRefresh { get; set; }
Property Value
Type: System.Boolean
true if periodic data refresh is allowed; otherwise, false. The default is true.
Remarks
Periodic data refresh is disabled if this property is set to false. This property also disables all periodic refresh notification user interfaces (see AutomaticPeriodicDataRefresh for more information).