DrawingStylesManager.ReplaceStyles Method
Parent Object: DrawingStylesManagerDescription
Method that replaces styles.
Syntax
DrawingStylesManager.ReplaceStyles( ReplacedStyles As ObjectCollection, ReplaceStyle As Style, [PurgeReplacedStyles] As Variant )Parameters
Name | Type | Description |
ReplacedStyles | ObjectCollection | Input ObjectCollection object that specifies the styles to be replaced. |
ReplaceStyle | Style | Input Style object that specifies the replace style. |
PurgeReplacedStyles | Variant | Optional input Boolean that specifies whether to purge the replaced styles or not. This default to False if not specified. This is an optional argument whose default value is null. |