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