Compartir a través de


DropDownRegular.Visible Property

visible.Represents the attribte in schema: visible

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "visible")> _
Public Property Visible As BooleanValue
    Get
    Set
'Uso
Dim instance As DropDownRegular
Dim value As BooleanValue

value = instance.Visible

instance.Visible = value
[SchemaAttrAttribute(, "visible")]
public BooleanValue Visible { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

DropDownRegular Class

DropDownRegular Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace