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