_Document.FormattingShowFilter Property

Returns or sets a WdShowFilter constant that represents the styles and formatting displayed in the Styles and Formatting task pane.

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

Syntax

'Declaration
Property FormattingShowFilter As WdShowFilter
    Get
    Set
'Usage
Dim instance As _Document
Dim value As WdShowFilter

value = instance.FormattingShowFilter

instance.FormattingShowFilter = value
WdShowFilter FormattingShowFilter { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdShowFilter

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace