ExcelWebRenderer.AllowRecalculation Property

Allows users to recalculate the workbook manually.

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

value = instance.AllowRecalculation

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

Property Value

Type: System.Boolean
true if manual recalculation button is shown; otherwise, false. The default is true.

Remarks

The manual recalculation button is not shown in the user interface if this property is set to false. When this property is false, the calculate buttons do not appear on the toolbar.

See Also

Reference

ExcelWebRenderer Class

ExcelWebRenderer Members

Microsoft.Office.Excel.WebUI Namespace