Style.UnhideWhenUsed Property

Remove Semi-Hidden Property When Style Is Used.Represents the element tag in schema: w:unhideWhenUsed

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property UnhideWhenUsed As UnhideWhenUsed
    Get
    Set
'Usage
Dim instance As Style
Dim value As UnhideWhenUsed

value = instance.UnhideWhenUsed

instance.UnhideWhenUsed = value
public UnhideWhenUsed UnhideWhenUsed { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed

See Also

Reference

Style Class

Style Members

DocumentFormat.OpenXml.Wordprocessing Namespace