Share via


Style.Hidden Property

Reserved for internal use.

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

Syntax

'Declaration
Property Hidden As Boolean
    Get
    Set
'Usage
Dim instance As Style
Dim value As Boolean

value = instance.Hidden

instance.Hidden = value
bool Hidden { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Style Interface

Style Members

Microsoft.Office.Interop.Word Namespace