Compose(StyleInfo,Boolean) Method
In This Topic
Composes style settings using the current style settings and those of a specified object with an option to overwrite the current style settings.
Syntax
Parameters
- source
- Source StyleInfo object from which to get style settings
- force
- Whether to overwrite the current settings with the settings from the source object
Example
This example creates two StyleInfo objects and the second instance is composed from the first. The second instance is then assigned to the active sheet.
See Also