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)> _
<WebPartStorageAttribute(Storage.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)]
[WebPartStorageAttribute(Storage.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.
This property overrides the parameter button on the toolbar. When this property is set to false, the parameter button does not appear on the toolbar.