Compartir a través de


FormControlProperties.DropLines Property

dropLines.Represents the attribte in schema: dropLines

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

Syntax

'Declaración
<SchemaAttrAttribute(, "dropLines")> _
Public Property DropLines As UInt32Value
    Get
    Set
'Uso
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

See Also

Reference

FormControlProperties Class

FormControlProperties Members

DocumentFormat.OpenXml.Office2010.Excel Namespace