LatentStyleExceptionInfo.UnhideWhenUsed Property
Unhide when used.Represents the attribte in schema: w:unhideWhenUsed
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "unhideWhenUsed")> _
Public Property UnhideWhenUsed As OnOffValue
Get
Set
'Usage
Dim instance As LatentStyleExceptionInfo
Dim value As OnOffValue
value = instance.UnhideWhenUsed
instance.UnhideWhenUsed = value
[SchemaAttrAttribute(, "unhideWhenUsed")]
public OnOffValue UnhideWhenUsed { get; set; }
Property Value
Type: DocumentFormat.OpenXml.OnOffValue
See Also
Reference
LatentStyleExceptionInfo Class