Document.UpdateStyles 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.
Copies all styles from the attached template into the document, overwriting any existing styles in the document that have the same name.
public:
void UpdateStyles();
public void UpdateStyles ();
abstract member UpdateStyles : unit -> unit
Public Sub UpdateStyles ()