FormControlProperties.VerticalBar Property
verticalBar.Represents the attribte in schema: verticalBar
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "verticalBar")> _
Public Property VerticalBar As BooleanValue
Get
Set
'Usage
Dim instance As FormControlProperties
Dim value As BooleanValue
value = instance.VerticalBar
instance.VerticalBar = value
[SchemaAttrAttribute(, "verticalBar")]
public BooleanValue VerticalBar { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue