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