ExcelWebRenderer.AllowParameterModification Property

Allows users to view and change parameters.

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

value = instance.AllowParameterModification

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

Property Value

Type: System.Boolean
true if viewing or changing parameters is allowed; otherwise, false. The default is true.

Remarks

All parameterization user interfaces for the workbook are disabled if this property is set to false. However, parameters can still be set programmatically.

See Also

Reference

ExcelWebRenderer Class

ExcelWebRenderer Members

Microsoft.Office.Excel.WebUI Namespace