Scenarios.Merge(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.
Merges the scenarios from another sheet into the Scenarios collection.
public:
System::Object ^ Merge(System::Object ^ Source);
public object Merge (object Source);
Public Function Merge (Source As Object) As Object
Parameters
- Source
- Object
Required Object. The name of the sheet that contains scenarios to be merged, or a Worksheet object that represents that sheet.
Returns
Remarks
The value of a merged range is specified in the cell of the range's upper-left corner.