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
- StyleName
Type: System.String
The name of the style to apply.