BrowseMode.ShowStatus Property
showStatus.Represents the attribte in schema: showStatus
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "showStatus")> _
Public Property ShowStatus As BooleanValue
Get
Set
'Применение
Dim instance As BrowseMode
Dim value As BooleanValue
value = instance.ShowStatus
instance.ShowStatus = value
[SchemaAttrAttribute(, "showStatus")]
public BooleanValue ShowStatus { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue