[]
Deletes this scenario.
Use this method to remove a scenario that is no longer needed.
void Delete()
Sub Delete()
worksheet.Range["B2:B3"].Value = new object[,] {{10}, {20}};
IScenario scenario = worksheet.Scenarios.Add("Sales Plan", worksheet.Range["B2:B3"], null);
scenario.Delete();