ExcelWebRenderer.AllowManualDataRefresh Property

Allows manual 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 AllowManualDataRefresh As Boolean
    Get
    Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As Boolean

value = instance.AllowManualDataRefresh

instance.AllowManualDataRefresh = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public bool AllowManualDataRefresh { get; set; }

Property Value

Type: System.Boolean
true if manual data refresh is allowed; otherwise, false. The default is true.

Remarks

Manual refreshing of data and all operations that would cause a manual data refresh to take place are disabled if this property is set to false.

When this property is false, the refresh button does not appear on the toolbar.

See Also

Reference

ExcelWebRenderer Class

ExcelWebRenderer Members

Microsoft.Office.Excel.WebUI Namespace