Worksheet.Scenarios(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public object Scenarios (object Index);
abstract member Scenarios : obj -> obj
Public Function Scenarios (Optional Index As Object) As Object
Parameters
- Index
- Object
The name or number of the scenario. Use an array to specify more than one scenario.
Returns
An object that represents either a single scenario (a Scenario object) or a collection of scenarios (a Scenarios object) on the worksheet.