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.
Allows periodic data refresh.
Namespace: Microsoft.Office.Excel.WebUI
Assembly: Microsoft.Office.Excel.WebUI (in Microsoft.Office.Excel.WebUI.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property AllowPeriodicDataRefresh As Boolean
Get
Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As Boolean
value = instance.AllowPeriodicDataRefresh
instance.AllowPeriodicDataRefresh = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
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.