Partilhar via


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
<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.

See Also

Reference

ExcelWebRenderer Class

ExcelWebRenderer Members

Microsoft.Office.Excel.WebUI Namespace