Styles.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 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.