Table.ApplyStyleDirectFormatting Method

Word Developer Reference

Applies the specified style but maintains any formatting that a user directly applies.

Syntax

expression.ApplyStyleDirectFormatting(StyleName)

expression   An expression that returns a Table object.

Parameters

Name Required/Optional Data Type Description
StyleName Required String The name of the style to apply.

See Also