Scenarios.Merge(Object) Method

Definition

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.

Applies to