Share via


FormControlProperties.Horizontal Property

horiz.Represents the attribte in schema: horiz

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

Syntax

'Declaration
<SchemaAttrAttribute(, "horiz")> _
Public Property Horizontal As BooleanValue
    Get
    Set
'Usage
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

See Also

Reference

FormControlProperties Class

FormControlProperties Members

DocumentFormat.OpenXml.Office2010.Excel Namespace