Styles.Merge(Object) Method

Definition

Merges the styles from another workbook into the Styles collection.

public:
 System::Object ^ Merge(System::Object ^ Workbook);
public object Merge (object Workbook);
Public Function Merge (Workbook As Object) As Object

Parameters

Workbook
Object

Required Object. A Workbook object that represents the workbook containing styles to be merged.

Returns

Remarks

The value of a merged range is specified in the cell of the range's upper-left corner.

Applies to