Share via


Table.ApplyStyleDirectFormatting Method

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub ApplyStyleDirectFormatting ( _
    StyleName As String _
)
'Usage
Dim instance As Table
Dim StyleName As String

instance.ApplyStyleDirectFormatting(StyleName)
void ApplyStyleDirectFormatting(
    string StyleName
)

Parameters

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.Word Namespace