[]
Gets or sets whether the user is allowed to edit scenarios on a protected worksheet. The default value is false.
bool AllowEditingScenarios { get; set; }
Property AllowEditingScenarios As Boolean
worksheet.Protection = true;
IProtectionSettings protectionSettings = worksheet.ProtectionSettings;
protectionSettings.AllowEditingScenarios = true;
bool allowEditingScenarios = protectionSettings.AllowEditingScenarios;